Update build.gradle

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-07-16 12:51:36 +02:00 committed by GitHub
parent b90d140955
commit e08456eeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,16 @@ buildscript {
jcenter() {
allowInsecureProtocol = true
}
maven {
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
content {
includeGroup 'org.bukkit'
includeGroup 'org.spigotmc'
}
}
mavenCentral()
mavenLocal()
}
}