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 aadb50c commit ece521cCopy full SHA for ece521c
pom.xml
@@ -12,7 +12,7 @@
12
13
<groupId>com.puppycrawl.tools</groupId>
14
<artifactId>checkstyle</artifactId>
15
- <version>10.18.0-SNAPSHOT</version>
+ <version>10.18.0</version>
16
<packaging>jar</packaging>
17
18
<name>checkstyle</name>
@@ -1578,7 +1578,7 @@
1578
<target>
1579
<property name="mvn.project.build.directory" value="${project.build.directory}" />
1580
<property name="mvn.runtime_classpath" refid="maven.runtime.classpath" />
1581
- <property name="mvn.java.version" value="${java.version}"/>
+ <property name="mvn.java.version" value="${java.version}" />
1582
<ant antfile="config/ant-phase-verify.xml" />
1583
</target>
1584
</configuration>
0 commit comments