We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae906b commit cfdd544Copy full SHA for cfdd544
build.gradle
@@ -45,6 +45,7 @@ dependencies {
45
match, group, name, version, classifier, ext, configuration ->
46
add(configuration ?: name.contains('test') ? 'testCompile' : 'compile', "$group:$name:${version?:''}${classifier?:''}${ext?:''}", { changing = true })
47
}
48
+ compile 'com.github.scm4j:scm4j-vcs-api:4.3'
49
50
testCompile 'com.github.stefanbirkner:system-rules:1.16.1'
51
testCompile 'junit:junit:4.12'
0 commit comments