mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-27 10:39:11 +00:00
11 lines
157 B
Groovy
11 lines
157 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'HuskSync'
|
|
|
|
include 'common'
|
|
include 'bukkit'
|
|
include 'plugin' |