Upgrade to Gradle 8.3

This commit is contained in:
LoveSy
2023-09-13 17:39:56 +08:00
committed by John Wu
parent 8a88d8465a
commit 877aeb66cb
5 changed files with 21 additions and 16 deletions

View File

@@ -3,5 +3,5 @@ plugins {
}
tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
delete(rootProject.layout.buildDirectory)
}