Skip to content

Commit

Permalink
Upgrade to Java 17 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Dec 5, 2022
1 parent a0b470e commit 4190b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Maven Central
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '17'
distribution: temurin

- name: Run Gradle Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Maven Central
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '17'
distribution: temurin
server-id: ossrh
server-username: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 4190b19

Please sign in to comment.