Load before hyperverse and create automatic releases #6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Get version information
|
- name: Get version information
|
||||||
id: version
|
id: version
|
||||||
uses: ncipollo/semantic-version-action@v1
|
uses: ncipollo/semantic-version-action@v1
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
|
Loading…
Reference in a new issue