mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-10 02:21:25 +00:00
sciwhiz12
199b40b160
* Split project into two subprojects, for core and moderation * Move to modular system using Java's ServiceLoader * Improve messages system to allow message definitions in modules * Adjust some messages for brevity
3 lines
58 B
Groovy
3 lines
58 B
Groovy
rootProject.name = 'Janitor'
|
|
include 'core', 'moderation'
|