Skip to content

Commit 7eeb9a3

Browse files
committed
build script fix
using svnkit 1.9.0
1 parent 002e880 commit 7eeb9a3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,16 @@ jacocoTestReport {
2222
}
2323

2424
repositories {
25+
maven { url "https://maven.atlassian.com/3rdparty/" }
26+
maven { url "https://jitpack.io" }
2527
mavenCentral()
26-
maven {
27-
url "https://maven.atlassian.com/3rdparty/"
28-
url "https://jitpack.io"
29-
}
3028
}
3129

3230
defaultTasks 'build';
3331

3432
dependencies {
3533
compile 'com.github.scm4j:scm4j-vcs-api:master-SNAPSHOT'
36-
compile 'org.tmatesoft.svnkit:svnkit:1.8.6'
34+
compile 'org.tmatesoft.svnkit:svnkit:1.9.0-r10609-atlassian-hosted'
3735

3836
testCompile 'junit:junit:4.12'
3937
testCompile 'com.github.scm4j:scm4j-vcs-test:master-SNAPSHOT'

0 commit comments

Comments
 (0)