Fix deploy - use JDK 11 (#359)

This commit is contained in:
Paul Campbell 2020-11-30 20:56:02 +00:00 committed by GitHub
parent 3758d4481e
commit e097d5f716
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v1 uses: actions/setup-java@v1
with: with:
java-version: 8 java-version: 11
- name: Build with Maven - name: Build with Maven
run: mvn -B install run: mvn -B install
- name: Nexus Repo Publish - name: Nexus Repo Publish