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() { jcenter() {
allowInsecureProtocol = true allowInsecureProtocol = true
} }
maven { /* maven {
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
content { content {
includeGroup 'org.bukkit' includeGroup 'org.bukkit'
includeGroup 'org.spigotmc' includeGroup 'org.spigotmc'
} }
} }*/
mavenCentral() mavenCentral()
mavenLocal() // mavenLocal()
} }
} }