Skip to content

Commit a1295f3

Browse files
authored
1 parent 5fefbab commit a1295f3

File tree

1 file changed

+3
-0
lines changed
  • src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow

1 file changed

+3
-0
lines changed

src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt

+3
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,10 @@ abstract class BasePluginTest {
381381
"--warning-mode=fail",
382382
"--configuration-cache",
383383
"--build-cache",
384+
"--parallel",
384385
"--stacktrace",
386+
// https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage:parallel
387+
"-Dorg.gradle.configuration-cache.parallel=true",
385388
)
386389

387390
fun String.toProperties(): Properties = Properties().apply { load(byteInputStream()) }

0 commit comments

Comments
 (0)