File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 4242 <slf4j-version >2.0.16</slf4j-version >
4343
4444 <maven-enforcer-version >3.4.1</maven-enforcer-version >
45- <min-jdk-version >21 </min-jdk-version >
45+ <min-jdk-version >11 </min-jdk-version >
4646 <min-maven-version >3.5.0</min-maven-version >
4747
4848 <maven-compiler-plugin-version >3.11.0</maven-compiler-plugin-version >
49- <java-source-version >21 </java-source-version >
50- <java-target-version >21 </java-target-version >
49+ <java-source-version >1.8 </java-source-version >
50+ <java-target-version >1.8 </java-target-version >
5151
5252
5353 <!-- versions of transitive dependencies we need to override to avoid
426426 <show >public</show >
427427 <doctitle >${project.name} , version ${project.version} </doctitle >
428428 <footer >IBM Corporation</footer >
429- <source >21 </source >
429+ <source >8 </source >
430430 <detectJavaApiLink >false</detectJavaApiLink >
431431 </configuration >
432432 <executions >
439439 </execution >
440440 </executions >
441441 </plugin >
442- <!-- JaCoCo disabled due to incompatibility with Java 25 runtime -->
443- <!--
444442 <plugin >
445443 <groupId >org.jacoco</groupId >
446444 <artifactId >jacoco-maven-plugin</artifactId >
447445 </plugin >
448- -->
449446 <plugin >
450447 <groupId >org.apache.maven.plugins</groupId >
451448 <artifactId >maven-checkstyle-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments