Skip to content

Commit

Permalink
git action setup-java version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
DQinYuan committed Apr 7, 2024
1 parent 40b3617 commit ec64c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: oracle
java-version: 8
java-version: 18
server-id: ossrh
server-username: ${{ secrets.OSSRH_USER }}
server-password: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit ec64c38

Please sign in to comment.