LuckPerms-DBA/settings.gradle

14 lines
255 B
Groovy

rootProject.name = 'luckperms'
// set the artifact id for the API to 'luckperms-api'
include 'api'
findProject(':api')?.name = 'luckperms-api'
include (
'common',
'bukkit',
'bukkit-legacy',
'bungee',
'velocity'
)