build: 修改 jenkins 环境变量

This commit is contained in:
2024-03-15 17:40:11 +08:00
parent 8fdb28094d
commit 9e34dd5d54
6 changed files with 22 additions and 18 deletions

View File

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