We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98325ee commit 1c8ff94Copy full SHA for 1c8ff94
1 file changed
.github/workflows/publish-release.yml
@@ -10,10 +10,12 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Set up JDK 13
14
- uses: actions/setup-java@v1
+ - name: Set up JDK
+ uses: actions/setup-java@v3.1.0
15
with:
16
- java-version: 13
+ distribution: "temurin"
17
+ java-version: 17
18
+ cache: "gradle"
19
20
- name: Publish to Maven Central
21
run: ./gradlew publish --stacktrace
0 commit comments