Skip to content

Commit

Permalink
update jdk 17 to fix github ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
TorryDo committed Mar 27, 2024
1 parent 244eb81 commit 23efd85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-maven-central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout github repo
uses: actions/checkout@v2

- name: set up JDK 11
uses: actions/setup-java@v2
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: gradle

Expand Down

0 comments on commit 23efd85

Please sign in to comment.