batchfile shorthand to run checkstyle

This commit is contained in:
Bruce Eckel 2017-05-01 07:01:55 -06:00
parent 196a375b85
commit b2f63b666c

2
chkstyle.bat Normal file
View File

@ -0,0 +1,2 @@
gradlew clean
gradlew checkstyleMain 1> checkstyleout.txt 2>&1