Update build.gradle

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

View File

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