Skip to content

Commit a0e6443

Browse files
authored
Remove custom clean Gradle task (#1572)
1 parent 62273e3 commit a0e6443

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ subprojects {
6868
}
6969
}
7070

71-
tasks.register("clean")
72-
.configure {
73-
delete(rootProject.buildDir)
74-
}
75-
7671
private val isSnapshot = System.getenv("SNAPSHOT")?.toBoolean() == true
7772

7873
version = if (isSnapshot) {

0 commit comments

Comments
 (0)