Skip to content

Commit 9626302

Browse files
authored
Remove snapshot repositories (#4631)
* Remove snapshot repositories Signed-off-by: Alexander Brandes <[email protected]> * Update Papi location Signed-off-by: Alexander Brandes <[email protected]> --------- Signed-off-by: Alexander Brandes <[email protected]>
1 parent 1b4a347 commit 9626302

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
33
repositories {
44
maven {
55
name = "PlaceholderAPI"
6-
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
6+
url = uri("https://repo.extendedclip.com/releases/")
77
}
88

99
maven {

build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ subprojects {
4141
repositories {
4242
mavenCentral()
4343

44-
maven {
45-
name = "Sonatype OSS"
46-
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
47-
}
48-
49-
maven {
50-
name = "Sonatype OSS (S01)"
51-
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
52-
}
53-
5444
maven {
5545
name = "Jitpack"
5646
url = uri("https://jitpack.io")

0 commit comments

Comments
 (0)