Skip to content

Commit f8095fd

Browse files
fix central maven repo links
1 parent dd19eeb commit f8095fd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

buildSrc/src/main/kotlin/org.openbase.bco.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ plugins {
1111

1212
repositories {
1313
mavenLocal()
14-
mavenCentral()
15-
google()
1614
maven {
17-
url = uri("https://oss.sonatype.org/content/groups/public/")
15+
url = uri("https://repo1.maven.org/maven2")
1816
}
1917
}
2018

0 commit comments

Comments
 (0)