Skip to content

Commit a0692f1

Browse files
authored
setup-java v2 (#504)
1 parent c81613a commit a0692f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Set up JDK ${{ matrix.java }}
21-
uses: actions/setup-java@v1
21+
uses: actions/setup-java@v2
2222
with:
2323
java-version: ${{ matrix.java }}
24+
distribution: 'zulu'
2425

2526
- name: clean and build
2627
run: ./gradlew clean build -Plog-tests

0 commit comments

Comments
 (0)