try fixing jdk version to 11
This commit is contained in:
parent
b24a362d58
commit
4fc6ffdce5
1 changed files with 3 additions and 3 deletions
|
@ -76,12 +76,12 @@
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>jdk9FF</id>
|
<id>jdk11FF</id>
|
||||||
<activation>
|
<activation>
|
||||||
<jdk>(1.8,)</jdk>
|
<jdk>(11,)</jdk>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.release>8</maven.compiler.release>
|
<maven.compiler.release>11</maven.compiler.release>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
|
|
Loading…
Reference in a new issue