Skip to content

Commit

Permalink
Update to setup-java@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Sep 23, 2022
1 parent b203a8e commit a506199
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,14 @@ jobs:
integration-test-release: '2020-03'
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
- name: Set up JDKs
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: |
8
11
17
distribution: 'adopt'
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: build config
run: mvn -B install --settings settings.xml --file codequality-config/pom.xml
Expand Down

0 comments on commit a506199

Please sign in to comment.