Skip to content

Commit

Permalink
CAUSEWAY-3400: try fixing build (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-huber committed Apr 17, 2023
1 parent 816cbfe commit e718cfa
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/ci-build-artifacts-no-push-maven.yml
Expand Up @@ -99,8 +99,8 @@ jobs:
with:
languages: ${{ matrix.language }}

- name: Build Artifacts (Main)
if: matrix.language == 'java' && env.BRANCH_NAME == 'master'
- name: Build Artifacts
if: matrix.language == 'java'
shell: bash
run: bash $CI_SCRIPTS_PATH/build-artifacts.sh
env:
Expand All @@ -117,24 +117,6 @@ jobs:
-Denforcer.failFast=true
-e
- name: Build Artifacts (Edge)
if: matrix.language == 'java' && env.BRANCH_NAME == 'spring6'
shell: bash
run: bash $CI_SCRIPTS_PATH/build-artifacts.sh
env:
# -Dmodule-all ... build all modules (default if all is well)
# -Dmodule-all-except-incubator ... build all modules except 'incubator' (eg. when vaadin build fails)
# -Dmodule-all-except-kroviz ... build all modules except 'kroviz' (eg. when kroviz build fails)
# -Denforcer.failFast=true ... fail fast on convergence issues (enforcer plugin)
# -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
-Dproject.build.outputTimestamp=1
-Dmaven.source.skip=true
-Denforcer.failFast=true
-e
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually
- name: "CodeQL: Autobuild"
Expand Down

0 comments on commit e718cfa

Please sign in to comment.