Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Apr 4, 2024
2 parents a40d0a0 + 05765c5 commit 2a12dac
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 2a12dac

Please sign in to comment.