mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
Update dependencies fitting https pattern
This commit is contained in:
parent
edc81bc668
commit
0ba31ed56b
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ subprojects {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url = "http://maven.sk89q.com/repo/" }
|
maven { url = "https://maven.enginehub.org/repo/" }
|
||||||
maven { url = "http://repo.maven.apache.org/maven2" }
|
maven { url = "https://repo.maven.apache.org/maven2" }
|
||||||
maven { url = "https://jitpack.io" }
|
maven { url = "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue