Skip to content

Commit 026b859

Browse files
mahfouz72rnveach
authored andcommitted
minor: define the new property in pom.xml and transfer it to ant run
1 parent a0e6ec1 commit 026b859

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sevntu-checks/config/ant-phase-verify.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<property key="checkstyle.importcontroltest.file" file="config/import-control-test.xml"/>
3636
<property key="checkstyle.suppressions.file" file="config/suppressions.xml"/>
3737
<property key="checkstyle.suppressions-xpath.file" file="config/suppressions.xml"/>
38+
<property key="checkstyle.java.version" value="${mvn.java.version}"/>
3839
</checkstyle>
3940

4041
<tstamp>

sevntu-checks/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
<property name="checkstyle.non-main-files-suppressions.file" value="${checkstyle.non-main-files-suppressions.file}"/>
272272
<property name="checkstyle.header" value="${checkstyle.header}"/>
273273
<property name="checkstyle.regexp.header" value="${checkstyle.regexp.header}"/>
274+
<property name="mvn.java.version" value="${java.version}"/>
274275
<ant antfile="config/ant-phase-verify.xml"/>
275276
</target>
276277
</configuration>

0 commit comments

Comments
 (0)