Skip to content

Commit

Permalink
Update maven.yml: switched to temurin distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de authored Dec 21, 2023
1 parent 9e4db4e commit 4b35d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'adopt'
java-version: '21'
distribution: 'temurin'
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 4b35d63

Please sign in to comment.