Skip to content

Commit

Permalink
use 18 like tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Aug 4, 2023
1 parent bb2b230 commit 3d5460e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
git push origin HEAD:main
if: inputs.draft != true

- name: Set up Java 17
- name: Set up Java 18
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 18
cache: 'gradle'

- name: Build and Publish To Sonatype Staging
Expand Down

0 comments on commit 3d5460e

Please sign in to comment.