Fix JDK17 profile
Motivation:
89866da252
did introduce a JDK17 profile but did not adjust it for the master branch which needs java11 at least
Modifications:
Fix config
Result:
Be able to compile with JDK17
This commit is contained in:
parent
766fefa0f9
commit
0e2f4adc9d
4
pom.xml
4
pom.xml
@ -199,8 +199,8 @@
|
|||||||
<!-- 1.4.x does not work in Java10+ -->
|
<!-- 1.4.x does not work in Java10+ -->
|
||||||
<jboss.marshalling.version>2.0.5.Final</jboss.marshalling.version>
|
<jboss.marshalling.version>2.0.5.Final</jboss.marshalling.version>
|
||||||
<!-- This is the minimum supported by Java12+ -->
|
<!-- This is the minimum supported by Java12+ -->
|
||||||
<maven.compiler.source>1.7</maven.compiler.source>
|
<maven.compiler.source>11</maven.compiler.source>
|
||||||
<maven.compiler.target>1.7</maven.compiler.target>
|
<maven.compiler.target>11</maven.compiler.target>
|
||||||
<!-- pax-exam does not work on latest Java12 EA 22 build -->
|
<!-- pax-exam does not work on latest Java12 EA 22 build -->
|
||||||
<skipOsgiTestsuite>true</skipOsgiTestsuite>
|
<skipOsgiTestsuite>true</skipOsgiTestsuite>
|
||||||
</properties>
|
</properties>
|
||||||
|
Loading…
Reference in New Issue
Block a user