Skip to content

Commit 14ac2ce

Browse files
committed
1 parent 9f6c3a1 commit 14ac2ce

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ abstract class BasePluginTest {
425425
"--stacktrace",
426426
// https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage:parallel
427427
"-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",
428430
)
429431

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

0 commit comments

Comments
 (0)