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 b8b320b commit f3bcf04Copy full SHA for f3bcf04
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt
@@ -382,6 +382,8 @@ abstract class BasePluginTest {
382
"--configuration-cache",
383
"--build-cache",
384
"--stacktrace",
385
+ // https://docs.gradle.org/8.12/userguide/isolated_projects.html#how_do_i_use_it
386
+ "-Dorg.gradle.unsafe.isolated-projects=true",
387
)
388
389
fun String.toProperties(): Properties = Properties().apply { load(byteInputStream()) }
0 commit comments