Skip to content

Commit 3e51b89

Browse files
committed
Move from repo.joist.ws to jitpack to fix build.
1 parent 099d57c commit 3e51b89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def protobufVersion = '3.6.1'
1414

1515
repositories {
1616
mavenCentral()
17-
maven { url "http://repo.joist.ws" }
17+
maven { url 'https://jitpack.io' }
1818
mavenLocal()
1919
}
2020

@@ -28,14 +28,14 @@ dependencies {
2828
compile "ch.qos.logback:logback-classic:1.2.2"
2929
compile "org.slf4j:jul-to-slf4j:1.7.25"
3030
compile 'com.github.jnr:jnr-posix:3.0.49'
31-
compile 'com.facebook.watchman:watchman-lib:0.3'
31+
compile 'com.github.stephenh:watchman:return-byte-array-for-non-utf-8-SNAPSHOT'
3232
compile 'org.eclipse.jgit:org.eclipse.jgit:5.2.1.201812262042-r'
3333
compile 'commons-io:commons-io:2.6'
3434
compile 'org.apache.commons:commons-lang3:3.8.1'
3535
// Keep on 0.9.10 as it doesn't matter and 0.9.14 requires newer JDKs
3636
compile 'org.jooq:jool:0.9.10'
3737
compile 'com.github.rvesse:airline:2.6.0'
38-
compile 'joist:joist-util:1.13.3'
38+
compile 'com.github.stephenh.joist:joist-util:1.14.0'
3939
testCompile 'junit:junit:4.12'
4040
testCompile 'org.hamcrest:java-hamcrest:2.0.0.0'
4141
testCompile 'org.mockito:mockito-core:2.24.5'

0 commit comments

Comments
 (0)