mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-26 18:19:10 +00:00
Use redis key caching, remove need for proxy plugin Make platform independent to allow porting to other platforms
12 lines
171 B
Groovy
12 lines
171 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'HuskSync'
|
|
|
|
include 'common'
|
|
include 'bukkit'
|
|
include 'api'
|
|
include 'plugin' |