We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135f5e9 commit 89b06cbCopy full SHA for 89b06cb
.github/workflows/ci.yml
@@ -60,9 +60,10 @@ jobs:
60
restore-keys: |
61
${{ runner.os }}-maven-
62
- name: 'Set up JDK ${{ matrix.java }}'
63
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2
64
with:
65
java-version: ${{ matrix.java }}
66
+ distribution: 'adopt'
67
- name: 'Install'
68
shell: bash
69
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
@@ -86,9 +87,10 @@ jobs:
86
87
88
89
- name: 'Set up JDK 15'
90
91
92
java-version: 15
93
94
server-id: sonatype-nexus-snapshots
95
server-username: CI_DEPLOY_USERNAME
96
server-password: CI_DEPLOY_PASSWORD
0 commit comments