mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-02-02 23:01:34 +01:00
Update build.gradle
This commit is contained in:
parent
b264969f1e
commit
0694728def
18
build.gradle
18
build.gradle
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user