32 bit fix

This commit is contained in:
Christien Rioux
2023-09-20 11:31:01 -04:00
parent 0bf595c53a
commit 2627a22597
3 changed files with 7 additions and 9 deletions

View File

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