Skip to content

Commit 55d76c0

Browse files
committed
chore: remove unnecessary this@PatchingTasks specifier
1 parent 3665104 commit 55d76c0

File tree

1 file changed

+1
-1
lines changed
  • paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers

1 file changed

+1
-1
lines changed

paperweight-core/src/main/kotlin/io/papermc/paperweight/core/taskcontainers/PatchingTasks.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class PatchingTasks(
116116

117117
fun setupUpstream() {
118118
val collectAccessTransform = tasks.register<CollectATsFromPatches>("collect${namePart}ATsFromPatches") {
119-
patchDir.set(this@PatchingTasks.featurePatchDir.fileExists())
119+
patchDir.set(featurePatchDir.fileExists())
120120
}
121121

122122
val mergeCollectedAts = tasks.register<MergeAccessTransforms>("merge${namePart}ATs") {

0 commit comments

Comments
 (0)