We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9525f3c commit 94c3168Copy full SHA for 94c3168
build.gradle
@@ -62,7 +62,7 @@ configure(subprojects.findAll { !sourceless.contains(it.name) }) {
62
63
tasks.withType(Test) {
64
testLogging.showStandardStreams = true
65
- def stressTest = System.properties['stressTest']
+ def stressTest = project.properties['stressTest']
66
if (stressTest != null) systemProperties['stressTest'] = stressTest
67
}
68
0 commit comments