mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
19.33.2007 40baf7fad139f7df1607d95897716869b60e81a7
commented out broken checkstyle invocation
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/build.xml 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -502,12 +502,13 @@
      <fileset dir="${unittest.testng.src.dir}" includes="**/*.java" />
      <formatter type="plain" />
    </checkstyle>
<!--
    <checkstyle config="${checkstyle.dir}/opends-functest-checkstyle.xml"
         failOnViolation="true">
      <fileset dir="${functest.testng.src.dir}" includes="**/*.java" />
      <formatter type="plain" />
    </checkstyle>
-->
  </target>