Archived
0

Added check for direct prints to console.

This commit is contained in:
Logan Fick
2019-01-20 11:50:58 -05:00
parent 0d46a7bab3
commit 89e5a3305e

View File

@@ -1,5 +1,8 @@
language: java
before_script:
- if find . -name "*.java" | xargs grep "System.out.print"; then echo "Found usage of direct print to console. Failing build."; exit 1; fi;
jdk:
- openjdk8
- oraclejdk8