mirror of https://github.com/shred/acme4j
Update setup-java to v2
parent
b48e81f6d5
commit
1ef55db865
|
@ -17,8 +17,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
distribution: 'zulu'
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: mvn --no-transfer-progress -B -P ci verify
|
run: mvn --no-transfer-progress -B -P ci verify
|
||||||
|
|
Loading…
Reference in New Issue