chore: 更新 Jenkins 参数写入文件中
This commit is contained in:
@@ -30,6 +30,11 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks {
|
||||
processResources {
|
||||
filesMatching("plugin.yml") {
|
||||
expand(project.properties)
|
||||
}
|
||||
}
|
||||
withType<Jar> {
|
||||
archiveBaseName = "HamsterCore-Bukkit"
|
||||
}
|
||||
|
Reference in New Issue
Block a user