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 8ba11c1 commit b91017eCopy full SHA for b91017e
pom.xml
@@ -17,6 +17,7 @@
17
18
-->
19
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
20
+
21
<modelVersion>4.0.0</modelVersion>
22
23
<parent>
@@ -59,6 +60,10 @@
59
60
</distributionManagement>
61
62
<properties>
63
+ <!-- Java Usage -->
64
+ <java.version>8</java.version>
65
+ <java.release.version>8</java.release.version>
66
67
<clirr.comparisonVersion>1.0.3</clirr.comparisonVersion>
68
<findbugs.onlyAnalyze>org.mybatis.caches.redis.*</findbugs.onlyAnalyze>
69
<gcu.product>Cache</gcu.product>
0 commit comments