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 9f6c3a1 commit 14ac2ceCopy full SHA for 14ac2ce
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt
@@ -425,6 +425,8 @@ abstract class BasePluginTest {
425
"--stacktrace",
426
// https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage:parallel
427
"-Dorg.gradle.configuration-cache.parallel=true",
428
+ // https://docs.gradle.org/current/userguide/isolated_projects.html#how_do_i_use_it
429
+ "-Dorg.gradle.unsafe.isolated-projects=true",
430
)
431
432
fun String.toProperties(): Properties = Properties().apply { load(byteInputStream()) }
0 commit comments