Update build.gradle

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-07-16 15:14:49 +02:00 committed by GitHub
parent ca37bbdaf4
commit 59badc0633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,17 @@ buildscript {
}
maven {
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
}
content {
content {
includeGroup 'org.bukkit'
includeGroup 'org.spigotmc'
}
maven {
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/bukkit/bukkit/'
}
maven {
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/spigotmc/spigot-api/'
}
}
mavenCentral()
mavenLocal()
}