mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-04-21 18:56:25 +02:00
Remove snapshot repositories (#4631)
* Remove snapshot repositories Signed-off-by: Alexander Brandes <mc.cache@web.de> * Update Papi location Signed-off-by: Alexander Brandes <mc.cache@web.de> --------- Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
parent
1b4a347e8b
commit
9626302f04
@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||
repositories {
|
||||
maven {
|
||||
name = "PlaceholderAPI"
|
||||
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
|
||||
url = uri("https://repo.extendedclip.com/releases/")
|
||||
}
|
||||
|
||||
maven {
|
||||
|
@ -41,16 +41,6 @@ subprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
name = "Sonatype OSS"
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
|
||||
}
|
||||
|
||||
maven {
|
||||
name = "Sonatype OSS (S01)"
|
||||
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
|
||||
}
|
||||
|
||||
maven {
|
||||
name = "Jitpack"
|
||||
url = uri("https://jitpack.io")
|
||||
|
Loading…
x
Reference in New Issue
Block a user