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 1c2073e commit 855ade9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/java-ci-with-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Set up
uses: actions/setup-java@v4
with:
java-version: 8
distribution: dragonwell
distribution: 'zulu'
java-version: '8'
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand All @@ -40,8 +40,8 @@ jobs:
- name: Set up
uses: actions/setup-java@v4
with:
java-version: 8
distribution: dragonwell
distribution: 'zulu'
java-version: '8'
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand Down

0 comments on commit 855ade9

Please sign in to comment.