Pass Gradle Java System property for 'jenkins' to the test task used by the SBDG test suite.
This commit is contained in:
@@ -37,3 +37,7 @@ dependencies {
|
||||
testRuntimeOnly "org.hsqldb:hsqldb"
|
||||
|
||||
}
|
||||
|
||||
test {
|
||||
systemProperties['jenkins'] = "$jenkins"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user