We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fefbab commit a1295f3Copy full SHA for a1295f3
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt
@@ -381,7 +381,10 @@ abstract class BasePluginTest {
381
"--warning-mode=fail",
382
"--configuration-cache",
383
"--build-cache",
384
+ "--parallel",
385
"--stacktrace",
386
+ // https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage:parallel
387
+ "-Dorg.gradle.configuration-cache.parallel=true",
388
)
389
390
fun String.toProperties(): Properties = Properties().apply { load(byteInputStream()) }
0 commit comments