build: 修改 jenkins 环境变量
This commit is contained in:
@@ -30,12 +30,6 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks {
|
||||
processResources {
|
||||
filesMatching("plugin.yml") {
|
||||
expand(rootProject.properties)
|
||||
expand(System.getenv())
|
||||
}
|
||||
}
|
||||
withType<Jar> {
|
||||
archiveBaseName = "HamsterCore-Bukkit"
|
||||
}
|
||||
|
Reference in New Issue
Block a user