diff --git a/.gitignore b/.gitignore index 7b8e424..6dc3131 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +violations-report.json .classpath .project .settings diff --git a/build.gradle b/build.gradle index 52d1f9e..d2ad456 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ apply from: project.buildscript.classLoader.getResource('violations.gradle').toU dependencies { - compile 'se.bjurr.violations:violations-git-lib:1.31' + compile 'se.bjurr.violations:violations-git-lib:1.32' compile 'se.softhouse:jargo:0.1.1' compile 'org.slf4j:slf4j-simple:1.8.0-beta2' testCompile 'junit:junit:4.12'