Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Better error message if project cannot be found
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Nov 1, 2017
1 parent b05b63f commit 59c2fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 59c2fd5

Please sign in to comment.