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 688f815 commit 3c1ff9aCopy full SHA for 3c1ff9a
buildGradleApplication/default.nix
@@ -60,7 +60,7 @@
60
export APP_VERSION=${version}
61
62
# built the dam thing!
63
- gradle --offline --no-daemon --no-watch-fs --no-configuration-cache --no-build-cache --console=plain --no-scan --init-script ${./init.gradle.kts} ${buildTask}
+ gradle --offline --no-daemon --no-watch-fs --no-configuration-cache --no-build-cache --console=plain --no-scan -Porg.gradle.java.installations.auto-download=false --init-script ${./init.gradle.kts} ${buildTask}
64
65
runHook postBuild
66
'';
0 commit comments