Skip to content

Commit

Permalink
git action jdk temurin distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
DQinYuan committed Apr 7, 2024
1 parent ec64c38 commit 43ec48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Set up Maven Central Repo
uses: actions/setup-java@v4
with:
distribution: oracle
java-version: 18
distribution: temurin
java-version: 8
server-id: ossrh
server-username: ${{ secrets.OSSRH_USER }}
server-password: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 43ec48f

Please sign in to comment.