Update build.gradle

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-07-16 09:23:53 +02:00 committed by GitHub
parent b264969f1e
commit 0694728def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,18 +133,24 @@ repositories {
jcenter() {
allowInsecureProtocol = true
}
  maven {
    url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
//  maven {
//    url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
//
//  content {
//    includeGroup 'org.bukkit'
//    includeGroup 'org.spigotmc'
// }
    content {
      includeGroup 'org.bukkit'
      includeGroup 'org.spigotmc'
}
spigot()
// bungeecord()
// paper()
// protocolLib()
// enginehub()
  maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
    content {
      includeGroup 'org.bukkit'
      includeGroup 'org.spigotmc'
}
maven {
url = 'https://oss.sonatype.org/content/repositories/snapshots'
}