We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b9dc1 commit 4cafef1Copy full SHA for 4cafef1
.github/workflows/release.yml
@@ -27,10 +27,10 @@ jobs:
27
- name: Set PUBLISH_TOKEN
28
run: echo "PUBLISH_TOKEN=${{ secrets.PUBLISH_TOKEN }}" >> $GITHUB_ENV
29
30
- - name: Set up JDK 11
+ - name: Set up JDK 17
31
uses: actions/setup-java@v1
32
with:
33
- java-version: 11
+ java-version: 17
34
35
- name: Grant execute permission for gradlew
36
run: chmod +x gradlew
0 commit comments