We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f121f commit f8bfdcaCopy full SHA for f8bfdca
.github/workflows/gradle.yml
@@ -14,10 +14,10 @@ jobs:
14
- name: Get Fetch Tags
15
run: git -c protocol.version=2 fetch --tags --progress --no-recurse-submodules origin
16
if: "!contains(github.ref, 'refs/tags')"
17
- - name: Set up JDK 1.8
+ - name: Set up JDK 17.8
18
uses: actions/setup-java@v1
19
with:
20
- java-version: 1.8
+ java-version: 17
21
- name: Grant execute permission for gradlew
22
run: chmod +x gradlew
23
- name: Build with Gradle
0 commit comments