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