Skip to content

Commit

Permalink
upgrade build to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Feb 15, 2024
1 parent 1d50b4f commit ee195f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK 18.0.1
- name: Set up JDK 21.0.2
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '18.0.1'
java-version: '21.0.2'
- name: Show Build Versions
run: ./gradlew -v
- name: Build with Gradle
Expand Down

0 comments on commit ee195f2

Please sign in to comment.