Use System.getProperty(name, defaultValue) to get the 'jenkin's JVM System property value to configure the test task.

This commit is contained in:
John Blum
2023-05-12 19:31:45 -07:00
parent 7d5f55ef87
commit 68a9ab6650

View File

@@ -39,5 +39,5 @@ dependencies {
}
test {
systemProperties['jenkins'] = "$jenkins"
systemProperties['jenkins'] = System.getProperty('jenkins', 'false')
}