Skip to content

Commit

Permalink
Migrate from adopt
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon authored and Error Prone Team committed Sep 2, 2021
1 parent 5176cea commit cbaf787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
distribution: 'temurin'
- name: 'Install'
shell: bash
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 8
distribution: 'adopt'
distribution: 'temurin'
server-id: sonatype-nexus-snapshots
server-username: CI_DEPLOY_USERNAME
server-password: CI_DEPLOY_PASSWORD
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 15
distribution: 'adopt'
distribution: 'temurin'
- name: 'Generate latest docs'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cbaf787

Please sign in to comment.