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

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