mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-06 04:05:28 +01:00
Merge pull request #365 from PlaceholderAPI/fix-gradle-resolve
This commit is contained in:
commit
5fec3b53d0
@ -10,6 +10,7 @@ description 'PlaceholderAPI'
|
|||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven {
|
maven {
|
||||||
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
|
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
|
||||||
@ -20,9 +21,6 @@ repositories {
|
|||||||
maven {
|
maven {
|
||||||
url = 'https://rayzr.dev/repo/'
|
url = 'https://rayzr.dev/repo/'
|
||||||
}
|
}
|
||||||
maven {
|
|
||||||
url = 'http://repo.maven.apache.org/maven2'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user