Merge pull request #365 from PlaceholderAPI/fix-gradle-resolve

This commit is contained in:
Glare 2020-07-24 10:49:32 -05:00 committed by GitHub
commit 5fec3b53d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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 {