Skip to content

Commit

Permalink
modified build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynsrinivas committed Jun 27, 2017
1 parent 161a73e commit bd2d1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</javac>
</target>
<target name="checkstyle">
<checkstyle config="sun_checks.xml">
<checkstyle config="sun_checks.xml" failOnViolation="false">
<fileset dir="src/example" includes="**/*.java"/>
<formatter type="xml" toFile="checkstyle_errors.xml"/>
</checkstyle>
Expand Down

0 comments on commit bd2d1db

Please sign in to comment.