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