Update build.gradle

This commit is contained in:
Kenny 2022-03-05 18:48:13 -05:00 committed by GitHub
parent 4f7ee53302
commit e326ca8165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,3 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
test {
exclude '**/*'
}