Skip to content

Commit 41eff38

Browse files
committed
Use snapshots from sonatype central portal
1 parent 6ea072b commit 41eff38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ plugins {
1717
repositories {
1818
mavenLocal()
1919
mavenCentral()
20-
maven("https://oss.sonatype.org/content/repositories/snapshots")
21-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
20+
maven("https://central.sonatype.com/repository/maven-snapshots/")
2221
}
2322

2423
group = "io.calimero"

0 commit comments

Comments
 (0)