Skip to content

Commit

Permalink
Merge pull request #120 from sghill/upgrade-jgit
Browse files Browse the repository at this point in the history
Include dependency constraint on jgit
  • Loading branch information
sghill committed Oct 3, 2018
2 parents 5882170 + 07b37d9 commit 9a809b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Expand Up @@ -31,6 +31,11 @@ contacts {
}

dependencies {
constraints {
compile('org.eclipse.jgit:org.eclipse.jgit:5.1.1.201809181055-r') {
because "Release plugin's call to `git.branch.current` throws MissingMethodException with transitive of grgit-core"
}
}
compile ('org.ajoberstar.grgit:grgit-core:3.0.0-beta.1') {
exclude group: 'org.codehaus.groovy', module: 'groovy'
}
Expand Down

0 comments on commit 9a809b3

Please sign in to comment.