build: 更新 gradle 版本

This commit is contained in:
2024-03-07 16:05:36 +08:00
parent 0df56d72d6
commit b1ca93a396
3 changed files with 3 additions and 3 deletions

View File

@@ -46,6 +46,6 @@ tasks {
archiveBaseName = "HamsterCore-Bukkit"
}
shadowJar {
destinationDirectory = rootProject.buildDir
destinationDirectory = rootProject.layout.buildDirectory
}
}