adaptation du projet library en java8
Some checks failed
Java CI with Maven / build (push) Has been cancelled

This commit is contained in:
2026-06-03 23:15:37 +02:00
parent 9f22ce3b14
commit aff4f5080d
18 changed files with 52 additions and 57 deletions

View File

@@ -44,7 +44,7 @@
<github.global.server>github</github.global.server>
<additionalparam>-Xdoclint:none</additionalparam>
<!-- Skip error check for javadoc -->
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>8</maven.compiler.release>
<maven.deploy.skip>true</maven.deploy.skip><!-- do deploy to maven central, parent project does not and inherits -->
</properties>
<dependencies>
@@ -169,8 +169,8 @@
<!-- http://stackoverflow.com/questions/574594/how-can-i-create-an-executable-jar-with-dependencies-using-maven
mvn clean compile assembly:single -->
<!-- or whatever version you use -->
<source>11</source>
<target>11</target>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
<plugin>
@@ -331,7 +331,7 @@
<configuration>
<toolchains>
<jdk>
<version>11</version>
<version>8</version>
<vendor>adopt</vendor>
</jdk>
</toolchains>