LuckPerms/settings.gradle

16 lines
376 B
Groovy
Raw Normal View History

2018-08-10 21:39:29 +02:00
rootProject.name = 'luckperms'
// set the artifact id for the API to 'luckperms-api'
include 'api'
findProject(':api')?.name = 'luckperms-api'
2018-08-26 19:41:09 +02:00
include (
'common',
'bukkit',
'bukkit-legacy',
'bungee',
'sponge', 'sponge:sponge-service', 'sponge:sponge-service-api6', 'sponge:sponge-service-api7',
'nukkit',
'velocity'
)