Skip to content

Commit 0a5393c

Browse files
committed
[pom] Require java 11 now
1 parent b88a3b4 commit 0a5393c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
</distributionManagement>
5959

6060
<properties>
61+
<!-- Maven compiler options -->
62+
<java.version>11</java.version>
63+
<java.release.version>11</java.release.version>
64+
6165
<clirr.comparisonVersion>1.2.0</clirr.comparisonVersion>
6266
<findbugs.onlyAnalyze>org.mybatis.caches.ehcache.*</findbugs.onlyAnalyze>
6367
<gcu.product>Cache</gcu.product>

0 commit comments

Comments
 (0)