Fix build

This commit is contained in:
Andrea Cavalli 2021-06-07 16:58:55 +02:00
parent a0e79ab1d9
commit 30e1c6bfe6
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@ jobs:
export REVISION=${{ github.run_number }}
echo "REVISION=$REVISION" >> $GITHUB_ENV
- name: Set up JDK 15
- name: Set up JDK 16
if: github.ref == 'refs/heads/master'
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 16
server-id: mchv-release-distribution
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD