From 44a87a5b885634c3298ccfa93d555ede283d5eb5 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Sun, 14 Jan 2018 13:09:24 +0100 Subject: [PATCH] Google error-prone --- README.md | 1 + build.gradle | 2 +- violation-comments-to-gitlab-gradle-plugin-example/build.gradle | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76e5ee3..d36c7b3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ It supports: * [_Gendarme_](http://www.mono-project.com/docs/tools+libraries/tools/gendarme/) * [_GoLint_](https://github.com/golang/lint) * [_GoVet_](https://golang.org/cmd/vet/) Same format as GoLint. + * [_GoogleErrorProne_](https://github.com/google/error-prone) * [_JSHint_](http://jshint.com/) * _Lint_ A common XML format, used by different linters. * [_JCReport_](https://github.com/jCoderZ/fawkez/wiki/JcReport) diff --git a/build.gradle b/build.gradle index 200a205..372fbad 100644 --- a/build.gradle +++ b/build.gradle @@ -20,5 +20,5 @@ apply from: project.buildscript.classLoader.getResource('gradle-plugin.gradle'). dependencies { - compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.25' + compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.26' } diff --git a/violation-comments-to-gitlab-gradle-plugin-example/build.gradle b/violation-comments-to-gitlab-gradle-plugin-example/build.gradle index 1af7dad..cceed1f 100644 --- a/violation-comments-to-gitlab-gradle-plugin-example/build.gradle +++ b/violation-comments-to-gitlab-gradle-plugin-example/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath "se.bjurr.violations:violation-comments-to-gitlab-gradle-plugin:1.10-SNAPSHOT" + classpath "se.bjurr.violations:violation-comments-to-gitlab-gradle-plugin:1.11-SNAPSHOT" } }