Browse Source

Fixed checkstyle path to import-control.xml

James Albright 8 years ago
parent
commit
7afdd2128e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/src/build/checkstyle.xml

+ 1 - 1
server/src/build/checkstyle.xml

@@ -178,7 +178,7 @@
         <module name="RedundantImport"/>
         <module name="UnusedImports"/>
         <module name="ImportControl">
-            <property name="file" value="src/build/import-control.xml"/>
+            <property name="file" value="${basedir}/src/build/import-control.xml"/>
         </module>