Skip to content

Commit 99024ed

Browse files
committed
[pom] Continue to support java 8 for now
1 parent 557ecc8 commit 99024ed

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
@@ -62,6 +62,10 @@
6262
</distributionManagement>
6363

6464
<properties>
65+
<!-- Java Usage -->
66+
<java.version>8</java.version>
67+
<java.release.version>8</java.release.version>
68+
6569
<findbugs.onlyAnalyze>org.apache.ibatis.migration</findbugs.onlyAnalyze>
6670
<clirr.comparisonVersion>3.2.0</clirr.comparisonVersion>
6771
<module.name>org.mybatis.migrations</module.name>

0 commit comments

Comments
 (0)