Update build.gradle

This commit is contained in:
Brandon Presley 2023-11-10 16:15:32 +13:00
parent e593639217
commit 3978359dc4
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}