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 3d9e356 commit 2998d4dCopy full SHA for 2998d4d
src/funcTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt
@@ -332,6 +332,8 @@ abstract class BasePluginTest {
332
"--configuration-cache",
333
"--build-cache",
334
"--stacktrace",
335
+ // https://docs.gradle.org/8.12/userguide/isolated_projects.html#how_do_i_use_it
336
+ "-Dorg.gradle.unsafe.isolated-projects=true",
337
)
338
339
fun String.toProperties(): Properties = Properties().apply { load(byteInputStream()) }
0 commit comments