We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd51750 commit 75fbd80Copy full SHA for 75fbd80
build.gradle
@@ -47,6 +47,7 @@ dependencies {
47
add(configuration ?: name.contains('test') ? 'testCompile' : 'compile', "$group:$name:${version?:''}${classifier?:''}${ext?:''}")
48
}
49
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
50
+ compile 'org.apache.commons:commons-lang3:3.5'
51
52
testCompile 'org.mockito:mockito-core:2.0.62-beta'
53
testCompile 'junit:junit:4.12'
version
@@ -1 +1 @@
1
-4.2
+4.1
0 commit comments