We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88a3b4 commit 0a5393cCopy full SHA for 0a5393c
pom.xml
@@ -58,6 +58,10 @@
58
</distributionManagement>
59
60
<properties>
61
+ <!-- Maven compiler options -->
62
+ <java.version>11</java.version>
63
+ <java.release.version>11</java.release.version>
64
+
65
<clirr.comparisonVersion>1.2.0</clirr.comparisonVersion>
66
<findbugs.onlyAnalyze>org.mybatis.caches.ehcache.*</findbugs.onlyAnalyze>
67
<gcu.product>Cache</gcu.product>
0 commit comments