Commit 8e2e9e4
committed
Replace
gradleSetupHook now includes `--console plain`: NixOS/nixpkgs@c12b2a0
Gradle errors when `--console` is passed twice: gradle/gradle#30913
This means that, before this commit, `buildGradleApplication` could not
run successfully with nixpkgs revisions which include the linked commit.
`-D` property flags are merged with each other, with properties set in a
file, and also with the `--console` flag, so after this commit, the
function can be used with nixpkgs both before and after the linked
commit, with the desired behavior: using a "plain" console.--console=plain with -Dorg.gradle.console=plain
1 parent 64297c9 commit 8e2e9e4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments