-
Notifications
You must be signed in to change notification settings - Fork 7
/
settings.gradle
46 lines (44 loc) · 1.02 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
def subprojects = [
'AppUnderTest',
// 'Arquillian',
'Choco',
'CombinationsAndPairs',
// 'Concordion',
'CucumberGroovy',
'CucumberJava',
'DataDriven',
// 'Dyna4jdbc',
// 'EasyB',
// 'Ersatz',
'Geb',
'GormApp',
'GPars',
'HtmlUnitDslBasic',
'HtmlUnitDslOptions',
'HtmlUnitRunners',
'HtmlUnitScript',
'HttpBuilder',
'HttpBuilderNG',
// 'JBehave',
// 'JMeter',
// 'JWebUnit',
'ModelJUnit',
'PropertyBased',
// 'RobotFramework',
// 'SeleniumServer',
// 'Serenity',
// 'Slim',
'SpockBasics',
'Spock',
// 'Tumbler',
'Vanilla',
'WebDriver',
// 'WebTest'
]
subprojects.each {
include it
}
rootProject.name = 'MakeTestingGroovy'
// NOTE: numerous subprojects above commented out to minimise
// downloads when building with gradle, un-comment if you
// want to run with those subprojects