Skip to content

Commit f8bfdca

Browse files
committed
Update GitHub workflow to use Java 17 for Grails 7 compatibility
1 parent f3f121f commit f8bfdca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Get Fetch Tags
1515
run: git -c protocol.version=2 fetch --tags --progress --no-recurse-submodules origin
1616
if: "!contains(github.ref, 'refs/tags')"
17-
- name: Set up JDK 1.8
17+
- name: Set up JDK 17.8
1818
uses: actions/setup-java@v1
1919
with:
20-
java-version: 1.8
20+
java-version: 17
2121
- name: Grant execute permission for gradlew
2222
run: chmod +x gradlew
2323
- name: Build with Gradle

0 commit comments

Comments
 (0)