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 3665104 commit 55d76c0Copy full SHA for 55d76c0
paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers/PatchingTasks.kt
@@ -116,7 +116,7 @@ class PatchingTasks(
116
117
fun setupUpstream() {
118
val collectAccessTransform = tasks.register<CollectATsFromPatches>("collect${namePart}ATsFromPatches") {
119
- patchDir.set(this@PatchingTasks.featurePatchDir.fileExists())
+ patchDir.set(featurePatchDir.fileExists())
120
}
121
122
val mergeCollectedAts = tasks.register<MergeAccessTransforms>("merge${namePart}ATs") {
0 commit comments