Use java 8
This commit is contained in:
parent
34427e3097
commit
54f4b984ed
4
.github/workflows/maven-publish.yml
vendored
4
.github/workflows/maven-publish.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
java-version: 8
|
||||
distribution: temurin
|
||||
cache: 'maven'
|
||||
server-id: mchv-snapshot-distribution
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
java-version: 8
|
||||
distribution: temurin
|
||||
cache: 'maven'
|
||||
server-id: mchv-release-distribution
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -164,3 +164,4 @@ $RECYCLE.BIN/
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings/
|
||||
/.flattened-pom.xml
|
||||
|
Loading…
Reference in New Issue
Block a user