build: 修改 jenkins 环境变量

This commit is contained in:
2024-03-15 11:25:26 +08:00
parent 48897c923e
commit 989b4a4a39

View File

@@ -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 {