Skip to content

Commit 3fc2102

Browse files
authored
Update gradle.yml
1 parent 3b458c0 commit 3fc2102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up JDK 1.8
1313
uses: actions/setup-java@v3
1414
with:
15-
java-version: '8'
15+
java-version: '11'
1616
distribution: 'zulu'
1717
- name: Build with Gradle
1818
run: ./gradlew clean build

0 commit comments

Comments
 (0)