miduo_server/settings.gradle

9 lines
139 B
Groovy
Raw Normal View History

2018-12-27 17:54:23 +08:00
rootProject.name = 'jieling-server'
include 'netty'
include 'serverlogic'
include 'hotfix'
include 'common'
2019-01-14 18:19:40 +08:00
include 'test'
include 'test'
2018-12-27 17:54:23 +08:00