build: 修改 jenkins 环境变量
This commit is contained in:
@@ -32,7 +32,7 @@ dependencies {
|
|||||||
tasks {
|
tasks {
|
||||||
processResources {
|
processResources {
|
||||||
filesMatching("plugin.yml") {
|
filesMatching("plugin.yml") {
|
||||||
expand(project.properties)
|
expand(rootProject.properties)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
withType<Jar> {
|
withType<Jar> {
|
||||||
|
@@ -28,7 +28,7 @@ dependencies {
|
|||||||
tasks {
|
tasks {
|
||||||
processResources {
|
processResources {
|
||||||
filesMatching("bungee.yml") {
|
filesMatching("bungee.yml") {
|
||||||
expand(project.properties)
|
expand(rootProject.properties)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
withType<Jar> {
|
withType<Jar> {
|
||||||
|
Reference in New Issue
Block a user