Skip to content

Commit 1c8ff94

Browse files
committed
Update workflow
1 parent 98325ee commit 1c8ff94

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Set up JDK 13
14-
uses: actions/setup-java@v1
13+
- name: Set up JDK
14+
uses: actions/setup-java@v3.1.0
1515
with:
16-
java-version: 13
16+
distribution: "temurin"
17+
java-version: 17
18+
cache: "gradle"
1719

1820
- name: Publish to Maven Central
1921
run: ./gradlew publish --stacktrace

0 commit comments

Comments
 (0)