We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64297c9 + 8e2e9e4 commit 6392bb6Copy full SHA for 6392bb6
buildGradleApplication/default.nix
@@ -75,7 +75,7 @@
75
export APP_VERSION=${version}
76
77
# built the dam thing!
78
- 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}
+ 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}
79
80
runHook postBuild
81
'';
0 commit comments