Fix deploy - use JDK 11 (#359)
This commit is contained in:
parent
3758d4481e
commit
e097d5f716
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-sonatype.yml
vendored
2
.github/workflows/deploy-sonatype.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Set up JDK
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 8
|
||||
java-version: 11
|
||||
- name: Build with Maven
|
||||
run: mvn -B install
|
||||
- name: Nexus Repo Publish
|
||||
|
|
Loading…
Reference in a new issue