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 5264f0c commit 62583b2
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: 1.8
distribution: oracle
distribution: adopt
- 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: 1.8
distribution: oracle
distribution: adopt
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand Down

0 comments on commit 62583b2

Please sign in to comment.