From 59c2fd5c41aec3ffc6dfdee12b259f6c20790b71 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Wed, 1 Nov 2017 19:39:07 +0100 Subject: [PATCH] Better error message if project cannot be found --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 347c0c5..4439a6c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ buildscript { maven { url 'https://jitpack.io' } } dependencies { - classpath "se.bjurr.violations:violation-comments-to-gitlab-gradle-plugin:1.0" + classpath "se.bjurr.violations:violation-comments-to-gitlab-gradle-plugin:1.1" } } diff --git a/build.gradle b/build.gradle index 3e24000..e6c7e0f 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ repositories { } dependencies { - compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.16' + compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.18' } eclipse {