We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dd52d commit b04803dCopy full SHA for b04803d
paperweight-lib/src/main/kotlin/io/papermc/paperweight/tasks/softspoon/ApplySourceATs.kt
@@ -77,6 +77,7 @@ abstract class ApplySourceATs {
77
"--out-format=$format",
78
"--enable-accesstransformers",
79
"--access-transformer=$atFile",
80
+ "--access-transformer-inherit-method=true",
81
// "--access-transformer-validation=ERROR",
82
*jstClasspath.files.map { "--classpath=${it.absolutePath}" }.toTypedArray(),
83
inputDir.absolutePathString(),
0 commit comments