Skip to content

Commit

Permalink
Change task register delete
Browse files Browse the repository at this point in the history
  • Loading branch information
naufalprakoso committed May 16, 2020
1 parent a4fe667 commit 436b485
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ allprojects {
}
}

tasks {
val clean by registering(Delete::class) {
delete(buildDir)
}
tasks.register("clean", Delete::class){
delete(rootProject.buildDir)
}

0 comments on commit 436b485

Please sign in to comment.