Skip to content

Commit

Permalink
Update to Java 21 for Maven Build
Browse files Browse the repository at this point in the history
Fixxes error in Github
  • Loading branch information
colaman90 committed Sep 8, 2024
1 parent 5726c09 commit 378754d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 378754d

Please sign in to comment.