Skip to content

Commit 98c24d4

Browse files
Update gradle.yml (#415)
1 parent 74a04e5 commit 98c24d4

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
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 15
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 15
22+
java-version: 17
2323
- name: Build with Gradle
2424
run: ./scripts/runGradleBuilds.sh

0 commit comments

Comments
 (0)