Skip to content

Commit

Permalink
Use latest JGit to include IndexOutOfBounds fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavc committed Apr 22, 2016
1 parent 277e3b2 commit 8151ffd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ contacts {
}

repositories {
maven {
url 'https://repo.eclipse.org/content/groups/jgit/'
}
mavenCentral()
}

Expand Down Expand Up @@ -58,7 +61,7 @@ dependencies {
}
compile 'com.netflix.nebula:gradle-info-plugin:3.0.4'

compile 'org.eclipse.jgit:org.eclipse.jgit:4.+'
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.1-SNAPSHOT'

// these two dependencies exist so we can provide a test harness
// to proprietary rule implementations packed in other jars
Expand Down

0 comments on commit 8151ffd

Please sign in to comment.