Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 2414ef6

Browse files
csantanaprJason Peterson
authored andcommitted
forward system properties via gradle flag (#68)
1 parent 7e0cb2d commit 2414ef6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repositories {
88
}
99

1010
tasks.withType(Test) {
11+
systemProperties = System.getProperties() // Forward defined properties to the test JVM
1112
testLogging {
1213
events "passed", "skipped", "failed"
1314
showStandardStreams = true

0 commit comments

Comments
 (0)