-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsettings.gradle.old
46 lines (42 loc) · 1.19 KB
/
settings.gradle.old
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
45
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user manual at https://docs.gradle.org/5.4.1/userguide/multi_project_builds.html
*/
rootProject.name = 'it.unicam.quasylab.sibilla'
include 'core:simulator',
'core:network',
'core:runtime',
'core:optimization',
'langs:util',
'langs:pm',
'langs:lio',
'langs:markov',
'langs:slam',
'langs:yoda',
'shell' ,
'gui:gui',
'examples:populations:crowds',
'examples:populations:seir',
'examples:populations:le',
'examples:populations:covid',
'examples:populations:molecule',
'examples:servers:client',
'examples:servers:master',
'examples:servers:slave',
'examples:populations:taxis',
'examples:benchmarks:slave',
'examples:benchmarks:master',
'view',
'examples:lio:seir',
'examples:lio:rb',
'examples:glio:tsp',
'examples:yoda:roboticScenario',
'examples:slam:roboticScenario'
/* 'examples:agents:RobotAgents',
*/
include 'core:optimization'
findProject(':core:optimization')?.name = 'optimization'