Skip to content

Commit 5e19878

Browse files
authored
Update build.yml
1 parent 0fb98bd commit 5e19878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-java@v2
1717
with:
1818
distribution: 'zulu'
19-
java-version: '8'
19+
java-version: '11'
2020

2121
- name: Make gradlew executable
2222
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)