We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0be44 commit 877a465Copy full SHA for 877a465
.github/workflows/preview.yml
@@ -8,10 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v1
11
- - name: Set up JDK 17
+ - name: Set up JDK 16
12
uses: actions/setup-java@v2
13
with:
14
- java-version: 17
+ java-version: 16
15
distribution: adopt
16
cache: "gradle"
17
- name: Grant execute permission for gradlew
.github/workflows/release.yml
0 commit comments