forked from triplea-game/triplea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
27 lines (27 loc) · 918 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
rootProject.name='triplea'
include 'game-app:ai'
include 'game-app:domain-data'
include 'game-app:game-core'
include 'game-app:game-headed'
include 'game-app:game-headless'
include 'game-app:game-relay-server'
include 'game-app:map-data'
include 'http-clients:feign-common'
include 'http-clients:github-client'
include 'http-clients:lobby-client'
include 'lib:java-extras'
include 'lib:swing-lib'
include 'lib:swing-lib-test-support'
include 'lib:test-common'
include 'lib:websocket-client'
include 'lib:websocket-server'
include 'lib:xml-reader'
include 'smoke-testing'
include 'spitfire-server:database'
include 'spitfire-server:database-test-support'
include 'spitfire-server:dropwizard-server'
include 'spitfire-server:error-reporting-module'
include 'spitfire-server:latest-version-module'
include 'spitfire-server:lib:scheduled-tasks'
include 'spitfire-server:lobby-module'
include 'spitfire-server:maps-module'