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 002e880 commit 7eeb9a3Copy full SHA for 7eeb9a3
build.gradle
@@ -22,18 +22,16 @@ jacocoTestReport {
22
}
23
24
repositories {
25
+ maven { url "https://maven.atlassian.com/3rdparty/" }
26
+ maven { url "https://jitpack.io" }
27
mavenCentral()
- maven {
- url "https://maven.atlassian.com/3rdparty/"
28
- url "https://jitpack.io"
29
- }
30
31
32
defaultTasks 'build';
33
34
dependencies {
35
compile 'com.github.scm4j:scm4j-vcs-api:master-SNAPSHOT'
36
- compile 'org.tmatesoft.svnkit:svnkit:1.8.6'
+ compile 'org.tmatesoft.svnkit:svnkit:1.9.0-r10609-atlassian-hosted'
37
38
testCompile 'junit:junit:4.12'
39
testCompile 'com.github.scm4j:scm4j-vcs-test:master-SNAPSHOT'
0 commit comments