Skip to content

Commit

Permalink
chore(workflow): build with temurin 8
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow committed Sep 5, 2024
1 parent fd5586b commit 363290a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/java-ci-with-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Set up
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: 8
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand All @@ -39,7 +40,8 @@ jobs:
- name: Set up
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: 8
- name: Show Toolchain
run: cat ~/.m2/toolchains.xml
- name: Build with Maven
Expand Down

0 comments on commit 363290a

Please sign in to comment.