Skip to content

Commit 6cbe394

Browse files
authored
[skip ci]
1 parent 6a3549b commit 6cbe394

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Set up JDK 11
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: 1.11
22+
distribution: zulu
23+
java-version: 11
2324
- uses: burrunan/gradle-cache-action@v1
2425
name: Gradle build with caches caching
2526
with:

0 commit comments

Comments
 (0)