-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
45 lines (41 loc) · 1.51 KB
/
settings.gradle
File metadata and controls
45 lines (41 loc) · 1.51 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
rootProject.name = 'FledDefs'
// released code
include 'definitions'
include 'definitions-api'
include 'definitions-bytebuddy'
include 'definitions-ecs'
include 'definitions-ecs-ashley'
include 'definitions-ecs-fled'
include 'definitions-libgdx'
include 'definitions-load-list'
include 'definitions-main-libgdx'
// examples
include 'examples:bots-core'
include 'examples:just-draw-something'
include 'examples:example-main'
include 'examples:libgdx-helpers'
include 'examples:libgdx-tools'
include 'examples:pathing'
include 'examples:pathing-xaguzman'
include 'examples:spacer-core'
include 'examples:spacer-mod-betterinput'
include 'examples:spacer-mod-hyperspace-renderer'
include 'examples:spacer-mod-info'
// test projects
include 'test-projects:definitions-api-tests:add-definition-handler'
include 'test-projects:definitions-api-tests:add-object-updater-directive'
include 'test-projects:definitions-api-tests:simple-annotations'
include 'test-projects:definitions-api-tests:simple-functions-1'
include 'test-projects:definitions-api-tests:simple-functions-2'
include 'test-projects:ecs-loading'
include 'test-projects:ecs-loading-ashley'
include 'test-projects:ecs-loading-fled'
include 'test-projects:ecs-loading-override'
include 'test-projects:file-search'
include 'test-projects:loading'
include 'test-projects:loading-invalid'
include 'test-projects:simpledefs'
include 'test-projects:simpledefs-api'
include 'test-projects:simpledefs-override-2'
include 'test-projects:simplegame'
include 'test-projects:simplegame-overrides'