Skip to content

Commit

Permalink
java version 17 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed May 6, 2024
1 parent befea15 commit f2b47fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Java for publishing to Maven Central Repository
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Publish to GitHub Packages
Expand Down

0 comments on commit f2b47fd

Please sign in to comment.