Skip to content

Commit

Permalink
clean it up even more
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed May 26, 2021
1 parent bfabe0b commit 182781f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import xyz.jpenilla.toothpick.task.ApplyPatches.Companion.DEFAULT_APPLY_COMMAND
import xyz.jpenilla.toothpick.task.ApplyPatches

plugins {
`java-library`
Expand Down Expand Up @@ -48,7 +48,7 @@ subprojects {
}

tasks {
applyPatches {
applyCommand(DEFAULT_APPLY_COMMAND.toMutableList().apply { add("--keep-non-patch") })
withType<ApplyPatches> {
argument("--keep-non-patch")
}
}

0 comments on commit 182781f

Please sign in to comment.