Fix checkstyle import control

Use fully expanded referenced in an attempt to make the CI happy.

Fixes gh-8532
This commit is contained in:
Phillip Webb
2017-03-12 22:27:49 -07:00
parent 5d89a0c0b7
commit b0eb5ef71b
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@
<property name="processJavadoc" value="true" />
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck">
<property name="file" value="spring-boot-parent/src/checkstyle/import-control.xml" />
<property name="file" value="file://${main.basedir}/spring-boot-parent/src/checkstyle/import-control.xml" />
<property name="path" value="^.*[\\/]src[\\/]main[\\/].*$" />
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck">