mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-03-09 12:59:02 +01:00
Update build.gradle
This commit is contained in:
parent
b90d140955
commit
e08456eeec
@ -3,7 +3,16 @@ buildscript {
|
||||
jcenter() {
|
||||
allowInsecureProtocol = true
|
||||
}
|
||||
maven {
|
||||
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
|
||||
|
||||
content {
|
||||
includeGroup 'org.bukkit'
|
||||
includeGroup 'org.spigotmc'
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user