Skip to content

Commit 68a9ab6

Browse files
committed
Use System.getProperty(name, defaultValue) to get the 'jenkin's JVM System property value to configure the test task.
1 parent 7d5f55e commit 68a9ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-geode-project/spring-geode/spring-geode.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ dependencies {
3939
}
4040

4141
test {
42-
systemProperties['jenkins'] = "$jenkins"
42+
systemProperties['jenkins'] = System.getProperty('jenkins', 'false')
4343
}

0 commit comments

Comments
 (0)