Skip to content

Commit

Permalink
fix: remove self registered clean task
Browse files Browse the repository at this point in the history
* What went wrong:
Cannot add task 'clean' as a task with that name already exists.
  • Loading branch information
Bambooin committed Mar 10, 2023
1 parent 9fad5b8 commit a3a7f11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Expand Up @@ -28,7 +28,3 @@ spotless {
endWithNewline()
}
}

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

0 comments on commit a3a7f11

Please sign in to comment.