mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-20 01:26:49 +01:00
Fix gradle resolve
This commit is contained in:
parent
651de80a01
commit
ffe2bb28ba
@ -10,6 +10,7 @@ description 'PlaceholderAPI'
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
maven {
|
||||
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
|
||||
@ -20,9 +21,6 @@ repositories {
|
||||
maven {
|
||||
url = 'https://rayzr.dev/repo/'
|
||||
}
|
||||
maven {
|
||||
url = 'http://repo.maven.apache.org/maven2'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user