e3c6a73e88
The openjdk8 error mentioned in the Makefile has been fixed a while ago. PR: 291635
23 lines
703 B
XML
23 lines
703 B
XML
--- pom.xml.orig 2025-12-13 15:51:13 UTC
|
|
+++ pom.xml
|
|
@@ -60,8 +60,8 @@
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.1</version>
|
|
<configuration>
|
|
- <source>1.7</source>
|
|
- <target>1.7</target>
|
|
+ <source>1.8</source>
|
|
+ <target>1.8</target>
|
|
</configuration>
|
|
</plugin>
|
|
<!-- Include POM.xml in source JAR -->
|
|
@@ -141,7 +141,7 @@
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
<version>3.1</version>
|
|
<configuration>
|
|
- <targetJdk>1.7</targetJdk>
|
|
+ <targetJdk>1.8</targetJdk>
|
|
<linkXref>true</linkXref>
|
|
</configuration>
|
|
</plugin>
|