Skip to content

Commit

Permalink
java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn authored Apr 4, 2024
1 parent b29f340 commit 05765c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
repository: ${{ steps.java-repository.outputs.replaced }}
ref: ${{ github.ref }}
path: gars-java
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Build & Install Java
run: mvn -f gars-java clean install -DskipTests
- name: Checkout Repository
Expand Down

0 comments on commit 05765c5

Please sign in to comment.