Skip to content

Commit

Permalink
Bump Java Version
Browse files Browse the repository at this point in the history
Bump java version for source management
  • Loading branch information
JamieSinn authored Aug 4, 2023
1 parent d926ded commit bb2b230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 11
- name: Set up Java 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
cache: 'gradle'

- name: Build and Publish To Sonatype Staging
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
- name: Display link to release
run: |
echo "::notice title=Release ID::${{ steps.create-release.outputs.release-id }}"
echo "::notice title=Release URL::${{ steps.create-release.outputs.release-url }}"
echo "::notice title=Release URL::${{ steps.create-release.outputs.release-url }}"

0 comments on commit bb2b230

Please sign in to comment.