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

@@ -29,7 +29,6 @@ tasks {
processResources {
filesMatching("bungee.yml") {
expand(rootProject.properties)
expand(System.getenv())
}
}
withType<Jar> {