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 a9c9866 commit e09d1eeCopy full SHA for e09d1ee
pom.xml
@@ -60,6 +60,10 @@
60
</distributionManagement>
61
62
<properties>
63
+ <!-- Maven compiler options -->
64
+ <java.version>11</java.version>
65
+ <java.release.version>11</java.release.version>
66
+
67
<findbugs.onlyAnalyze>org.mybatis.scripting.velocity.*</findbugs.onlyAnalyze>
68
<gcu.product>Velocity</gcu.product>
69
<module.name>org.mybatis.scripting.velocity</module.name>
0 commit comments