update: 3.10 for elinux

This commit is contained in:
Kingtous
2023-05-22 16:23:19 +08:00
parent 97a365e8c6
commit 1f17f003bc
3 changed files with 12 additions and 10 deletions

View File

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