Pass Gradle Java System property for 'jenkins' to the test task used by the SBDG test suite.

This commit is contained in:
John Blum
2023-05-12 19:17:14 -07:00
parent f2be315aef
commit 9d266b4acb

View File

@@ -37,3 +37,7 @@ dependencies {
testRuntimeOnly "org.hsqldb:hsqldb"
}
test {
systemProperties['jenkins'] = "$jenkins"
}