Optimized code.

This commit is contained in:
2023-07-20 00:45:37 +08:00
parent 39defa2d58
commit 37d8861bbd
19 changed files with 69 additions and 785 deletions

View File

@@ -5,6 +5,6 @@ plugins {
id 'com.mikepenz.aboutlibraries.plugin' version '10.7.0' apply false
}
task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}