Skip to content

Commit

Permalink
Fix missing feature patch dir breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 15, 2024
1 parent 4f728db commit e21d07f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class ServerPatchingTasks(

fun setupAts(config: ForkConfig) {
val collectAccessTransform = tasks.register<CollectATsFromPatches>("collect${namePart()}ATsFromPatches") {
patchDir.set(featurePatchDir)
patchDir.set(featurePatchDir.fileExists(project))
}

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

0 comments on commit e21d07f

Please sign in to comment.