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

@@ -28,7 +28,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><!-- prevent this to be deployed to maven central as "core",
we only want submodules, see also https://stackoverflow.com/questions/7446599/how-to-deploy-only-the-sub-modules-using-maven-deploy-->
@@ -247,7 +247,7 @@
<configuration>
<toolchains>
<jdk>
<version>11</version>
<version>8</version>
<vendor>adopt</vendor>
</jdk>
</toolchains>