Skip to content

Commit b04803d

Browse files
committed
enable inheritance
1 parent e5dd52d commit b04803d

File tree

1 file changed

+1
-0
lines changed
  • paperweight-lib/src/main/kotlin/io/papermc/paperweight/tasks/softspoon

1 file changed

+1
-0
lines changed

paperweight-lib/src/main/kotlin/io/papermc/paperweight/tasks/softspoon/ApplySourceATs.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ abstract class ApplySourceATs {
7777
"--out-format=$format",
7878
"--enable-accesstransformers",
7979
"--access-transformer=$atFile",
80+
"--access-transformer-inherit-method=true",
8081
// "--access-transformer-validation=ERROR",
8182
*jstClasspath.files.map { "--classpath=${it.absolutePath}" }.toTypedArray(),
8283
inputDir.absolutePathString(),

0 commit comments

Comments
 (0)