forked from crate/crate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
33 lines (32 loc) · 889 Bytes
/
settings.gradle
File metadata and controls
33 lines (32 loc) · 889 Bytes
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
include 'libs:shared',
'libs:cli',
'libs:dex',
'libs:pgwire',
'libs:es-x-content',
'libs:sql-parser',
'libs:es-plugin-classloader',
'libs:guice',
'server',
'plugins:azure-discovery',
'plugins:dns-discovery',
'plugins:es-discovery-ec2',
'plugins:es-repository-url',
'plugins:es-repository-s3',
'plugins:es-repository-azure',
'plugins:es-repository-hdfs',
'plugins:es-analysis-common',
'plugins:es-analysis-phonetic',
'app',
'blackbox',
'enterprise:jmx-monitoring',
'enterprise:lang-js',
'enterprise:users',
'enterprise:ssl-impl',
'enterprise:functions',
'enterprise:licensing',
'benchmarks'
buildCache {
local {
enabled = !System.getenv().containsKey("CI_RUN")
}
}