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') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 8
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
server-id: mchv-snapshot-distribution
|
server-id: mchv-snapshot-distribution
|
||||||
@ -59,7 +59,7 @@ jobs:
|
|||||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 8
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
server-id: mchv-release-distribution
|
server-id: mchv-release-distribution
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -164,3 +164,4 @@ $RECYCLE.BIN/
|
|||||||
/.classpath
|
/.classpath
|
||||||
/.project
|
/.project
|
||||||
/.settings/
|
/.settings/
|
||||||
|
/.flattened-pom.xml
|
||||||
|
4
pom.xml
4
pom.xml
@ -63,10 +63,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<encoding>UTF-8</encoding>
|
<encoding>UTF-8</encoding>
|
||||||
<release>8</release>
|
<release>8</release>
|
||||||
<compilerArgs>
|
|
||||||
<arg>--add-modules</arg>
|
|
||||||
<arg>jdk.unsupported</arg>
|
|
||||||
</compilerArgs>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user