github actions: deploy use jdk 11
This commit is contained in:
parent
f76b93507d
commit
457d8af173
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sonatype-deploy.yml
vendored
4
.github/workflows/sonatype-deploy.yml
vendored
|
@ -10,10 +10,10 @@ jobs:
|
|||
steps:
|
||||
# - uses: kamiazya/setup-graphviz@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 11
|
||||
- name: Build with Maven
|
||||
run: mvn -B install
|
||||
- name: Nexus Repo Publish
|
||||
|
|
Loading…
Reference in a new issue