Skip to content

Commit ec1256b

Browse files
committed
update the maven mirror location
1 parent c07d332 commit ec1256b

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

build.gradle

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -181,26 +181,23 @@ repositories {
181181
maven { url 'https://jline.sourceforge.net/m2repo' }
182182
maven { url 'https://repo.spring.io/milestone'}
183183
//
184-
maven {
185-
url 'https://jenkinsci.artifactoryonline.com/jenkinsci/public/'
186-
allowInsecureProtocol = true
187-
}
184+
// maven {
185+
// url 'https://jenkinsci.artifactoryonline.com/jenkinsci/public/'
186+
// allowInsecureProtocol = true
187+
// }
188188
maven {
189189
url "https://raw.githubusercontent.com/DFKI-MLT/Maven-Repository/main"
190-
// content {
191-
// includeGroup "de.dfki.lt.jtok"
192-
// }
193190
}
191+
// maven {
192+
// url "https://repo.spring.io/libs-milestone/"
193+
// }
194194
maven {
195-
url "https://repo.spring.io/libs-milestone/"
196-
content {
197-
includeGroup "de.dfki.mary"
198-
}
195+
url "https://maven.cloudsmith.io/marytts/marytts/"
199196
}
200197
maven { url 'https://plugins.gradle.org/m2/' }
201198
//maven { url 'https://dl.bintray.com/clearcontrol/ClearControl' }
202199

203-
maven { url 'https://repo.spring.io/plugins-release/' }
200+
// maven { url 'https://repo.spring.io/plugins-release/' }
204201

205202
maven { url "https://jitpack.io" }
206203
maven { url "https://repo.eclipse.org/content/groups/releases/" }
@@ -211,7 +208,7 @@ repositories {
211208
maven { url "https://raw.githubusercontent.com/DFKI-MLT/DFKI-LT-MAVEN/master/repository" }
212209

213210
maven {
214-
url 'https://commonwealthrobotics.com/jcenter-mirror/'
211+
url 'https://commonwealthrobotics.com/maven/'
215212
allowInsecureProtocol = true
216213
}
217214
}

libraries/bowler-script-kernel

0 commit comments

Comments
 (0)