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.
2 parents d17b9cb + 89060bb commit 443e246Copy full SHA for 443e246
README.md
@@ -12,6 +12,7 @@ Features:
12
- Branches list
13
- File content getting and setting
14
- File create and remove
15
+- Working with tags
16
17
# Terms
18
- Workspace Home
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