We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eede6c commit 246236cCopy full SHA for 246236c
.github/workflows/release.yml
@@ -12,10 +12,10 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
15
- - name: Set up JDK 8
+ - name: Set up JDK 16
16
uses: actions/setup-java@v1
17
with:
18
- java-version: 8
+ java-version: 16
19
20
- name: Grant execute permission for gradlew
21
run: chmod +x gradlew
0 commit comments