commit | d02ef82376fea38853d00de528157a60cbef9a3a | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <cushon@google.com> | Thu Sep 02 15:35:02 2021 -0700 |
committer | Javac Team <javac-team+copybara@google.com> | Thu Sep 02 15:35:37 2021 -0700 |
tree | 29536376a2d5182e208da74dc6efeea53416a38e | |
parent | fd0a45de2e1c39a2cb774d59c59904caa7040221 [diff] |
Migrate from adopt https://github.com/actions/setup-java#supported-distributions https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/ PiperOrigin-RevId: 394558213
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87582f0..72b5d6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -63,7 +63,7 @@ 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