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 4d4147f commit 89060bbCopy full SHA for 89060bb
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'
0 commit comments