Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocode committed May 29, 2019
1 parent f096a9f commit 0da13c7
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
Expand Up @@ -17,6 +17,6 @@ allprojects {
}
}

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

0 comments on commit 0da13c7

Please sign in to comment.