Skip to content

Commit 67f75cb

Browse files
cushongoogle-java-format Team
authored andcommitted
1 parent 129a70d commit 67f75cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/setup-java@v2
6464
with:
6565
java-version: ${{ matrix.java }}
66-
distribution: 'adopt'
66+
distribution: 'zulu'
6767
- name: 'Install'
6868
shell: bash
6969
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/setup-java@v2
9191
with:
9292
java-version: 15
93-
distribution: 'adopt'
93+
distribution: 'zulu'
9494
server-id: sonatype-nexus-snapshots
9595
server-username: CI_DEPLOY_USERNAME
9696
server-password: CI_DEPLOY_PASSWORD

0 commit comments

Comments
 (0)