Use config_loc instead of basedir

basedir can be incorrectly determined by Groovy/Ant, and end up in the
wrong location. Gradle ensures that config_loc is stable.
This commit is contained in:
Octavia Togami 2020-01-01 11:52:53 -08:00
parent 7b2f4ea184
commit c5fd531250
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -17,7 +17,7 @@
It is a bit draconian, so update as necessary!
-->
<module name="ImportControl">
<property name="file" value="${basedir}/config/checkstyle/import-control.xml"/>
<property name="file" value="${config_loc}/import-control.xml"/>
</module>
<!-- Code -->