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