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 1b5b87a commit 9e05934Copy full SHA for 9e05934
.github/workflows/release.yml
@@ -15,20 +15,12 @@ jobs:
15
with:
16
fetch-depth: 0
17
18
- - name: Set up JDK 1.8
19
- uses: actions/setup-java@v1
+ - name: Set up JDK 17
+ uses: actions/setup-java@v3
20
21
- java-version: 1.8
22
-
23
- - name: Gradle cache
24
- uses: actions/cache@v2
25
- with:
26
- path: |
27
- ~/.gradle/caches
28
- ~/.gradle/wrapper
29
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
30
- restore-keys: |
31
- ${{ runner.os }}-gradle-
+ distribution: temurin
+ java-version: 17
+ cache: 'gradle'
32
33
- name: Release new version
34
id: release
0 commit comments