This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 9fabdcd805 CAUSEWAY-3400: try fixing build (1)
9fabdcd805 is described below
commit 9fabdcd805a5c2ff218d802a38e187be74ac6f18
Author: Andi Huber <[email protected]>
AuthorDate: Mon Apr 17 06:53:51 2023 +0200
CAUSEWAY-3400: try fixing build (1)
---
.github/workflows/ci-build-artifacts-no-push-maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml
b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index c77ca5996e..4a2c421bd5 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -109,7 +109,7 @@ jobs:
# -Dmaven.source.skip=true ... no need for the CI build to pull sources
# -T 1C ... 1 build thread per core
MVN_ADDITIONAL_OPTS: >-
- -Dmodule-all-except-kroviz
+ -Dmodule-all
-Dproject.build.outputTimestamp=1
-Dmaven.source.skip=true
-Denforcer.failFast=true