diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-26 18:35:14 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-26 18:35:14 +0200 |
commit | 17dddeeee560527a8f30d37761949d658056cb09 (patch) | |
tree | 15b0b19c55787f556eb9b42c28d173bddc5435db /gnu/packages/java.scm | |
parent | 331a09654eb7e9f6212b7e8469077fa7393e8b11 (diff) | |
parent | 6a9581741e4ee81226aeb2f1c997df76670a6aab (diff) | |
download | guix-17dddeeee560527a8f30d37761949d658056cb09.tar.gz |
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 8df45e0904..3590ea9c1e 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -9950,6 +9950,7 @@ annotations.") (arguments `(#:build-target "jarall" #:test-target "junit-tests-all" + #:make-flags (list "-DDATE" "(no date for reproducibility)") #:phases (modify-phases %standard-phases (add-before 'install 'fix-pom @@ -11879,6 +11880,7 @@ inside a Zip archive.") (build-system ant-build-system) (arguments `(#:build-target "package" + #:make-flags (list "-DDATE" "(no recorded date for reproducibility)") #:tests? #f; tests are run as part of the build process #:phases (modify-phases %standard-phases |