9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-27 10:39:11 +00:00
Files
HuskSync/settings.gradle
2024-01-24 23:30:39 +00:00

12 lines
168 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
}
}
rootProject.name = 'HuskSync'
include(
'common',
'bukkit',
'paper'
)