Skip to content

Commit

Permalink
bump java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pjb7687 authored Nov 12, 2023
1 parent 4158d60 commit 8866ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
java-version: '17'
distribution: 'temurin'
- name: Build GDLDE
run: ./mvnw clean verify
- name: Upload Build Artifacts
Expand Down

0 comments on commit 8866ab6

Please sign in to comment.