build: 修改 jenkins 环境变量

This commit is contained in:
2024-03-15 11:39:07 +08:00
parent 32495e6c12
commit 8fdb28094d
3 changed files with 2 additions and 8 deletions

View File

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