build: 修改 jenkins 环境变量
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@file:Suppress("UNCHECKED_CAST")
|
||||
|
||||
plugins {
|
||||
id("java")
|
||||
id("maven-publish")
|
||||
@@ -7,8 +9,7 @@ plugins {
|
||||
group = "cn.hamster3.mc.plugin"
|
||||
version = "1.3.1"
|
||||
|
||||
println(System.getenv())
|
||||
println(System.getProperties().entries)
|
||||
rootProject.properties.putAll(System.getenv() as Map<String, Nothing>)
|
||||
|
||||
subprojects {
|
||||
apply {
|
||||
|
Reference in New Issue
Block a user