Skip to content

Commit

Permalink
remove unnecessary clean task registration
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jun 23, 2024
1 parent 8f125bd commit 491b416
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ allprojects {
compilerArgs.add("-Xlint:deprecation")
}
}

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

0 comments on commit 491b416

Please sign in to comment.