chore: 更新 Jenkins 参数写入文件中

This commit is contained in:
2024-03-16 21:52:54 +08:00
parent e8d28eb4bb
commit 401fb60cea
6 changed files with 24 additions and 27 deletions

View File

@@ -30,6 +30,11 @@ dependencies {
}
tasks {
processResources {
filesMatching("plugin.yml") {
expand(project.properties)
}
}
withType<Jar> {
archiveBaseName = "HamsterCore-Bukkit"
}