forked from crate/crate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
42 lines (41 loc) · 992 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
include 'es',
'es:es-core',
'es:es-x-content',
'es:es-server',
'es:es-plugin-classloader',
'es:es-testing',
'es:es-transport',
'es:es-discovery-ec2',
'es:es-repository-url',
'es:es-repository-s3',
'es:es-repository-azure',
'es:es-repository-hdfs',
'es:es-analysis-common',
'es:es-analysis-phonetic',
'integration-testing',
'shared',
'common',
'dex',
'blob',
'sql',
'sql-parser',
'pgwire',
'udc',
'azure-discovery',
'dns-discovery',
'app',
'blackbox',
'ssl',
'enterprise:jmx-monitoring',
'enterprise:lang-js',
'enterprise:users',
'enterprise:ssl-impl',
'enterprise:functions',
'enterprise:licensing',
'http',
'benchmarks'
buildCache {
local {
enabled = !System.getenv().containsKey("CI_RUN")
}
}