Skip to content

Commit

Permalink
Build action updated to use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Jul 21, 2024
1 parent c0f5209 commit c165638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "17"
java-version: "21"

- name: Set up Maven
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
with:
maven-version: 3.9.4
maven-version: 3.9.8
- name: Build with Maven
run: mvn clean verify -Dskip.ui-tests=true

0 comments on commit c165638

Please sign in to comment.