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 5fb9c69 commit 88317a4Copy full SHA for 88317a4
.github/workflows/publish.yml
@@ -11,11 +11,11 @@ jobs:
11
steps:
12
- name: Check out code
13
uses: actions/checkout@v2
14
- - name: Set up JDK 11
+ - name: Set up JDK 17
15
uses: actions/setup-java@v2
16
with:
17
distribution: adopt
18
- java-version: 11
+ java-version: 17
19
20
# Make gradlew executable https://github.com/actions/starter-workflows/issues/171
21
- name: Make gradlew executable
0 commit comments