Skip to content

Commit 0da13c7

Browse files
committed
Minor changes
1 parent f096a9f commit 0da13c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ allprojects {
1717
}
1818
}
1919

20-
tasks.register("clean", Delete::class.java) {
21-
this.delete(rootProject.buildDir)
22-
}
20+
tasks.register("clean", Delete::class.java, Action<Delete> {
21+
delete(rootProject.buildDir)
22+
})

0 commit comments

Comments
 (0)