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>
|
||||
<profile>
|
||||
<id>jdk9FF</id>
|
||||
<id>jdk11FF</id>
|
||||
<activation>
|
||||
<jdk>(1.8,)</jdk>
|
||||
<jdk>(11,)</jdk>
|
||||
</activation>
|
||||
<properties>
|
||||
<maven.compiler.release>8</maven.compiler.release>
|
||||
<maven.compiler.release>11</maven.compiler.release>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
|
|
Loading…
Reference in a new issue