-
Notifications
You must be signed in to change notification settings - Fork 50
/
settings.gradle.kts
170 lines (157 loc) · 7.31 KB
/
settings.gradle.kts
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
rootProject.name = "avito-android-infra"
if (gradle.startParameter.isOffline) {
logger.warn(
"You are in offline mode." +
" If you have issues with dependency resolution" +
" you should run Gradle task without offline mode for cache dependency locally"
)
}
pluginManagement {
// See rationale inside these scripts
apply(from = "build-logic-settings/scan-plugin/buildScan-disableAutoApplyFix.settings.gradle.kts")
apply(from = "build-logic-settings/dependency-plugin/pluginManagement-shared.settings.gradle.kts")
includeBuild("build-logic-settings")
}
plugins {
id("scan-settings")
id("convention-dependencies")
}
apply(from = "build-logic-settings/cache-plugin/convention-cache.settings.gradle.kts")
includeBuild("build-logic")
include(":subprojects:gradle:alertino")
include(":subprojects:gradle:android")
include(":subprojects:gradle:apply-baseline-profile")
include(":subprojects:gradle:bitbucket")
include(":subprojects:gradle:build-environment")
include(":subprojects:gradle:build-failer")
include(":subprojects:gradle:code-ownership:api")
include(":subprojects:gradle:code-ownership:extensions")
include(":subprojects:gradle:code-ownership:plugin")
include(":subprojects:gradle:deeplink-generator")
include(":subprojects:gradle:design-screenshots")
include(":subprojects:gradle:git")
include(":subprojects:gradle:gradle-extensions")
include(":subprojects:gradle:graphite-config")
include(":subprojects:gradle:impact")
include(":subprojects:gradle:impact-shared")
include(":subprojects:gradle:module-api-extraction")
include(":subprojects:gradle:module-dependencies-graph")
include(":subprojects:gradle:module-dependencies")
include(":subprojects:gradle:module-types")
include(":subprojects:gradle:module-types-api")
include(":subprojects:gradle:module-types-validator")
include(":subprojects:gradle:network-contracts:codegen")
include(":subprojects:gradle:mtls")
include(":subprojects:gradle:pre-build")
include(":subprojects:gradle:process")
include(":subprojects:gradle:prosector")
include(":subprojects:gradle:statsd-config")
include(":subprojects:gradle:tech-budget")
include(":subprojects:gradle:teamcity")
include(":subprojects:gradle:test-project")
include(":subprojects:gradle:ui-test-bytecode-analyzer")
include(":subprojects:gradle:worker-extensions")
include(":subprojects:assemble:build-checks")
include(":subprojects:assemble:build-metrics")
include(":subprojects:assemble:build-properties")
include(":subprojects:assemble:build-trace")
include(":subprojects:assemble:build-verdict")
include(":subprojects:assemble:build-verdict-tasks-api")
include(":subprojects:assemble:critical-path:api")
include(":subprojects:assemble:critical-path:critical-path")
include(":subprojects:assemble:gradle-profile")
include(":subprojects:assemble:proguard-guard")
include(":subprojects:common:build-metadata")
include(":subprojects:common:resources")
include(":subprojects:common:files")
include(":subprojects:common:time")
include(":subprojects:common:okhttp")
include(":subprojects:common:test-okhttp")
include(":subprojects:common:retrofit-result-adapter")
include(":subprojects:common:result")
include(":subprojects:common:elastic")
include(":subprojects:common:http-statsd")
include(":subprojects:common:sentry")
include(":subprojects:common:graphite")
include(":subprojects:common:statsd")
include(":subprojects:common:series")
include(":subprojects:common:statsd-test-fixtures")
include(":subprojects:common:problem")
include(":subprojects:common:waiter")
include(":subprojects:common:kotlin-ast-parser")
include(":subprojects:common:random-utils")
include(":subprojects:common:teamcity-common")
include(":subprojects:common:junit-utils")
include(":subprojects:common:graph")
include(":subprojects:common:math")
include(":subprojects:common:retrace")
include(":subprojects:common:reflection-extensions")
include(":subprojects:common:trace-event")
include(":subprojects:common:truth-extensions")
include(":subprojects:common:composite-exception")
include(":subprojects:common:throwable-utils")
include(":subprojects:common:coroutines-extension")
include(":subprojects:common:command-line")
include(":subprojects:common:command-line-rx")
include(":subprojects:common:command-line-coroutines")
include(":subprojects:common:diff-util")
include(":subprojects:common:tech-budget-common")
include(":subprojects:common:mtls-manager")
include(":subprojects:android-test:resource-manager-exceptions")
include(":subprojects:android-test:websocket-reporter")
include(":subprojects:android-test:keep-for-testing")
include(":subprojects:android-test:ui-testing-core-app")
include(":subprojects:android-test:ui-testing-core")
include(":subprojects:android-test:ui-testing-compose")
include(":subprojects:android-test:instrumentation")
include(":subprojects:android-test:toast-rule")
include(":subprojects:android-test:snackbar-rule")
include(":subprojects:android-test:rx3-idler")
include(":subprojects:android-lib:proxy-toast")
include(":subprojects:android-lib:snackbar-proxy")
include(":subprojects:test-runner:test-report-artifacts")
include(":subprojects:test-runner:test-annotations")
include(":subprojects:test-runner:test-report-api")
include(":subprojects:test-runner:test-report-dsl-api")
include(":subprojects:test-runner:test-report-dsl")
include(":subprojects:test-runner:test-report")
include(":subprojects:test-runner:test-report-android")
include(":subprojects:test-runner:test-inhouse-runner")
include(":subprojects:test-runner:test-instrumentation-runner")
include(":subprojects:test-runner:shared:logger-providers")
include(":subprojects:test-runner:k8s-deployments-cleaner")
include(":subprojects:test-runner:instrumentation-changed-tests-finder")
include(":subprojects:test-runner:instrumentation-tests")
include(":subprojects:test-runner:instrumentation-tests-dex-loader")
include(":subprojects:test-runner:file-storage")
include(":subprojects:test-runner:report-viewer")
include(":subprojects:test-runner:report-processor")
include(":subprojects:test-runner:report")
include(":subprojects:test-runner:report-viewer-model")
include(":subprojects:test-runner:test-model")
include(":subprojects:test-runner:runner-api")
include(":subprojects:test-runner:client")
include(":subprojects:test-runner:device-provider:model")
include(":subprojects:test-runner:device-provider:impl")
include(":subprojects:test-runner:device-provider:api")
include(":subprojects:test-runner:service")
include(":subprojects:test-runner:kubernetes")
include(":subprojects:test-runner:transport")
include(":subprojects:test-runner:plugins-configuration")
include(":subprojects:test-runner:report-viewer-test-static-data-parser")
include(":subprojects:test-runner:test-suite-provider")
include(":subprojects:test-runner:inhouse-avito-report")
include(":subprojects:test-runner:junit-report-generator")
include(":subprojects:test-runner:instrumentation-args-interactor")
include(":subprojects:logger:gradle-logger")
include(":subprojects:logger:logger")
include(":subprojects:logger:sentry-logger")
include(":subprojects:logger:elastic-logger")
include(":subprojects:logger:android-logger")
include(":subprojects:logger:slf4j-gradle-logger")
include(":subprojects:delivery:nupokati")
include(":subprojects:delivery:qapps")
include(":subprojects:delivery:sign-service")
include(":subprojects:delivery:tests-summary")
include(":subprojects:delivery:upload-cd-build-result")
include(":subprojects:teamcity-metrics-collector")