mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
Update build.gradle
This commit is contained in:
parent
ca37bbdaf4
commit
59badc0633
@ -5,17 +5,17 @@ buildscript {
|
|||||||
}
|
}
|
||||||
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'
|
||||||
|
}
|
||||||
maven {
|
maven {
|
||||||
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/bukkit/bukkit/'
|
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/bukkit/bukkit/'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/spigotmc/spigot-api/'
|
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/org/spigotmc/spigot-api/'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user