update sth

This commit is contained in:
zhl 2023-02-06 16:03:55 +08:00
parent f646f07a28
commit 404aee4af7

View File

@ -23,6 +23,9 @@ allprojects {
dirs "${project(':unityLibrary').projectDir}/libs","libs"
}
}
// tasks.withType(JavaCompile) {
// options.compilerArgs << "-Xlint:unchecked"
// }
}
task clean(type: Delete) {