Skip to content

Commit 4fcc4c3

Browse files
committed
1 parent abb3b50 commit 4fcc4c3

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
@@ -325,6 +325,8 @@ abstract class BasePluginTest {
325325
"--warning-mode=fail",
326326
"--configuration-cache",
327327
"--stacktrace",
328+
// https://docs.gradle.org/8.12/userguide/isolated_projects.html#how_do_i_use_it
329+
"-Dorg.gradle.unsafe.isolated-projects=true",
328330
)
329331

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

0 commit comments

Comments
 (0)