Skip to content

Commit 2998d4d

Browse files
committed
1 parent 3d9e356 commit 2998d4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ abstract class BasePluginTest {
332332
"--configuration-cache",
333333
"--build-cache",
334334
"--stacktrace",
335+
// https://docs.gradle.org/8.12/userguide/isolated_projects.html#how_do_i_use_it
336+
"-Dorg.gradle.unsafe.isolated-projects=true",
335337
)
336338

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

0 commit comments

Comments
 (0)