Commit 49a08b96 authored by liaozan's avatar liaozan 🏀

make jdk11 as default

parent c9952ac0
......@@ -491,9 +491,6 @@
<properties>
<java.version>1.8</java.version>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<!-- Java11 -->
<profile>
......@@ -501,6 +498,9 @@
<properties>
<java.version>11</java.version>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment