Plan/scripts/runCheckstyle.sh
2019-01-03 13:18:57 +02:00

5 lines
67 B
Bash

cd $HOME/Plan
gradle checkstyleMain
gradle checkstyleTest
cd $HOME