Skip to content

Commit

Permalink
Update java-ci-with-maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow authored Jul 28, 2024
1 parent e96b879 commit 1c2073e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-ci-with-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 8
distribution: zulu
distribution: dragonwell
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 8
distribution: zulu
distribution: dragonwell
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand Down

0 comments on commit 1c2073e

Please sign in to comment.