mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2026-01-06 15:41:56 +00:00
11 lines
157 B
Groovy
11 lines
157 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'HuskSync'
|
|
|
|
include 'common'
|
|
include 'bukkit'
|
|
include 'plugin' |