mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-08 20:09:59 +01:00
21 lines
381 B
Groovy
21 lines
381 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',
|
|
'sponge', 'sponge:sponge-service', 'sponge:sponge-service-api6', 'sponge:sponge-service-api7',
|
|
'nukkit',
|
|
'velocity'
|
|
)
|
|
|
|
|
|
|
|
|
|
|