Skip to content

Commit cfdd544

Browse files
committed
continue
1 parent 8ae906b commit cfdd544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dependencies {
4545
match, group, name, version, classifier, ext, configuration ->
4646
add(configuration ?: name.contains('test') ? 'testCompile' : 'compile', "$group:$name:${version?:''}${classifier?:''}${ext?:''}", { changing = true })
4747
}
48+
compile 'com.github.scm4j:scm4j-vcs-api:4.3'
4849

4950
testCompile 'com.github.stefanbirkner:system-rules:1.16.1'
5051
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)