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 abb3b50 commit 4fcc4c3Copy full SHA for 4fcc4c3
src/funcTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt
@@ -325,6 +325,8 @@ abstract class BasePluginTest {
325
"--warning-mode=fail",
326
"--configuration-cache",
327
"--stacktrace",
328
+ // https://docs.gradle.org/8.12/userguide/isolated_projects.html#how_do_i_use_it
329
+ "-Dorg.gradle.unsafe.isolated-projects=true",
330
)
331
332
fun String.toProperties(): Properties = Properties().apply { load(byteInputStream()) }
0 commit comments