Skip to content

Commit 05bb7db

Browse files
committed
Fix builds not completing - remove discontinued sonatype repo
1 parent 5d89224 commit 05bb7db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ allprojects {
3636
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
3737
}
3838
}
39-
maven { url "https://oss.sonatype.org/content/repositories/releases" }
40-
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
4139
maven { url "https://repo.mikeprimm.com" }
4240
maven { url "https://repo.maven.apache.org/maven2" }
4341
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }

0 commit comments

Comments
 (0)