File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
update-verification-metadata Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9494 export APP_VERSION=${ version }
9595
9696 # built the dam thing!
97- gradle --offline --no-daemon --no-watch-fs --no-configuration-cache --no-build-cache -Dorg.gradle.console=plain --no-scan -Porg.gradle.java.installations.auto-download=false --init-script ${ ./init.gradle.kts } ${ buildTask }
97+ gradle --offline --no-daemon --no-watch-fs -Dorg.gradle.unsafe.isolated-projects=false - -no-configuration-cache --no-build-cache -Dorg.gradle.console=plain --no-scan -Porg.gradle.java.installations.auto-download=false --init-script ${ ./init.gradle.kts } ${ buildTask }
9898
9999 runHook postBuild
100100 '' ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ writeShellApplication {
3030
3131
3232 echo "Locating included builds"
33- includedBuilds=$(gradle -q --no-configuration-cache --init-script ${ ./listIncludedBuildsRelative.init.gradle.kts } listIncludedBuilds)
33+ includedBuilds=$(gradle -q -Dorg.gradle.unsafe.isolated-projects=false - -no-configuration-cache --init-script ${ ./listIncludedBuildsRelative.init.gradle.kts } listIncludedBuilds)
3434 for build in $includedBuilds; do
3535 pushd "$build" > /dev/null
3636 update_metadata
You can’t perform that action at this time.
0 commit comments