Skip to content

Commit

Permalink
NOISSUE fix required setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mheil committed Mar 21, 2024
1 parent 4d672e5 commit 61f044d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: oracle
distribution: zulu
# Run maven verify
- name: Maven verify
run: mvn verify --batch-mode
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: oracle
distribution: zulu
# Install xmllint
- name: Install dependencies
run: sudo apt-get install libxml2-utils
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: oracle
distribution: zulu
# Run maven verify
- name: Maven verify
run: mvn verify --batch-mode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: oracle
distribution: zulu
# Run maven verify
- name: Maven verify
run: mvn verify --batch-mode

0 comments on commit 61f044d

Please sign in to comment.