Skip to content

Commit f3bcf04

Browse files
committed
1 parent b8b320b commit f3bcf04

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
@@ -382,6 +382,8 @@ abstract class BasePluginTest {
382382
"--configuration-cache",
383383
"--build-cache",
384384
"--stacktrace",
385+
// https://docs.gradle.org/8.12/userguide/isolated_projects.html#how_do_i_use_it
386+
"-Dorg.gradle.unsafe.isolated-projects=true",
385387
)
386388

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

0 commit comments

Comments
 (0)