mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-02-26 01:01:58 +01:00
chore: update maven location for paper
This commit is contained in:
parent
c15a33ecde
commit
72575a9a5d
@ -8,7 +8,10 @@ configurations {
|
||||
repositories {
|
||||
maven { url "https://repo.maven.apache.org/maven2" }
|
||||
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
|
||||
maven { url 'https://papermc.io/repo/repository/maven-public/' }
|
||||
maven {
|
||||
name = "papermc"
|
||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
maven { url 'https://repo.extendedclip.com/releases/'}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user