Skip to content

Commit 6392bb6

Browse files
authored
Merge pull request #26 from nicknovitski/patch-1
Replace `--console=plain` gradle flag
2 parents 64297c9 + 8e2e9e4 commit 6392bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildGradleApplication/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
export APP_VERSION=${version}
7676
7777
# 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}
78+
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}
7979
8080
runHook postBuild
8181
'';

0 commit comments

Comments
 (0)