Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
[Autodelivery] update Java multiplatform continuous integration pipel…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Aug 26, 2021
1 parent 07cc507 commit 1b27166
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
os: [windows, macos, ubuntu]
jvm_version: [8, 11, 15, 16]
distribution: [adopt]
runs-on: ${{ matrix.os }}-latest
env:
JAVA_VERSION: ${{ matrix.jvm_version }}
Expand Down Expand Up @@ -48,9 +49,10 @@ jobs:
- shell: bash
run: .github/build-steps/compatibility_check.sh
# Install the JDK
- uses: joschi/setup-jdk@v2.3.0
- uses: actions/setup-java@v2
if: ${{ env.COMPATIBLE == 'true' }}
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.jvm_version }}
server-id: ossrh
server-username: MAVEN_CENTRAL_USERNAME
Expand Down

0 comments on commit 1b27166

Please sign in to comment.