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 1f6b44d commit 6f5bd3fCopy full SHA for 6f5bd3f
build.gradle
@@ -62,6 +62,8 @@ configure(subprojects.findAll { !sourceless.contains(it.name) }) {
62
63
tasks.withType(Test) {
64
testLogging.showStandardStreams = true
65
+ def stressTest = System.properties['stressTest']
66
+ if (stressTest != null) systemProperties['stressTest'] = stressTest
67
}
68
69
repositories {
0 commit comments