build: 修改 jenkins 环境变量
This commit is contained in:
@@ -11,6 +11,10 @@ version = "1.3.1"
|
|||||||
|
|
||||||
rootProject.properties.putAll(System.getenv() as Map<String, Nothing>)
|
rootProject.properties.putAll(System.getenv() as Map<String, Nothing>)
|
||||||
|
|
||||||
|
rootProject.properties.forEach { (k, v) ->
|
||||||
|
println("$k = $v")
|
||||||
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
apply {
|
apply {
|
||||||
plugin("java")
|
plugin("java")
|
||||||
|
Reference in New Issue
Block a user