build: 修改 jenkins 环境变量

This commit is contained in:
2024-03-15 11:27:49 +08:00
parent 989b4a4a39
commit ade5aa20b0
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ dependencies {
tasks {
processResources {
filesMatching("plugin.yml") {
expand(project.properties)
expand(rootProject.properties)
}
}
withType<Jar> {

View File

@@ -28,7 +28,7 @@ dependencies {
tasks {
processResources {
filesMatching("bungee.yml") {
expand(project.properties)
expand(rootProject.properties)
}
}
withType<Jar> {