Skip to content

Commit 1bc5f51

Browse files
Test new build.gradle
1 parent 468ed07 commit 1bc5f51

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ plugins {
55
}
66

77
repositories {
8-
mavenCentral()
8+
maven {
9+
url = "https://repo.maven.apache.org/maven2/"
10+
allowInsecureProtocol = true
11+
}
912
}
1013

1114
group = "org.indilib.i4j"
@@ -17,7 +20,7 @@ targetCompatibility = 1.8
1720

1821
dependencies {
1922
api "org.slf4j:slf4j-api:1.7.32"
20-
api "org.glassfish.tyrus:tyrus-client:2.0.0"
23+
api "org.glassfish.tyrus:tyrus-client:2.0.1"
2124
implementation("com.thoughtworks.xstream:xstream:1.4.18")
2225
}
2326

0 commit comments

Comments
 (0)