WHO THE FUCK DELETES THE BUILD DIR

This commit is contained in:
ender non 2023-11-02 21:03:06 +00:00 committed by GitHub
parent 132d84c2b3
commit 4267ea8ee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,3 @@ allprojects {
} }
} }
task clean(type: Delete) {
delete rootProject.buildDir
}