-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy pathtasks.txt
More file actions
569 lines (553 loc) · 47.1 KB
/
Copy pathtasks.txt
File metadata and controls
569 lines (553 loc) · 47.1 KB
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
Starting a Gradle Daemon, 2 incompatible and 1 stopped Daemons could not be reused, use --status for details
Calculating task graph as no cached configuration is available for tasks: tasks
Type-safe project accessors is an incubating feature.
> Configure project :Common
WARNING: The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated.
The current default is 'false'.
It will be removed in version 10.0 of the Android Gradle plugin.
To keep using this feature, add the following to your module-level build.gradle files:
android.buildFeatures.buildConfig = true
or from Android Studio, click: `Refactor` > `Migrate BuildConfig to Gradle Build Files`.
> Task :tasks
------------------------------------------------------------
Tasks runnable from root project 'Glucodata'
------------------------------------------------------------
Android tasks
-------------
androidDependencies - Displays the Android dependencies of the project.
signingReport - Displays the signing info for the base and test modules
sourceSets - Prints out all the source sets defined in this project.
Build tasks
-----------
assemble - Assemble main outputs for all the variants.
assembleAndroidTest - Assembles all the Test applications.
assembleDebug - Assembles main outputs for all Debug variants.
assembleDebug2 - Assembles main outputs for all Debug2 variants.
assembleDebug3 - Assembles main outputs for all Debug3 variants.
assembleDebugdub - Assembles main outputs for all Debugdub variants.
assembleDex - Assembles main outputs for all Dex variants.
assembleGoogle - Assembles main outputs for all Google variants.
assembleLibre3 - Assembles main outputs for all Libre3 variants.
assembleLibreOld - Assembles main outputs for all LibreOld variants.
assembleMobile - Assembles main outputs for all Mobile variants.
assembleMobileLibre3SiDexGoogle - Assembles main outputs for all MobileLibre3SiDexGoogle variants.
assembleMobileLibre3SiDexNogoogle - Assembles main outputs for all MobileLibre3SiDexNogoogle variants.
assembleMobileLibreOldNosiNodexNogoogle - Assembles main outputs for all MobileLibreOldNosiNodexNogoogle variants.
assembleNodex - Assembles main outputs for all Nodex variants.
assembleNogoogle - Assembles main outputs for all Nogoogle variants.
assembleNosi - Assembles main outputs for all Nosi variants.
assembleRelease - Assembles main outputs for all Release variants.
assembleRelease2 - Assembles main outputs for all Release2 variants.
assembleRelease2log - Assembles main outputs for all Release2log variants.
assembleReleasedebug - Assembles main outputs for all Releasedebug variants.
assembleReleasedub - Assembles main outputs for all Releasedub variants.
assembleReleaselog - Assembles main outputs for all Releaselog variants.
assembleSi - Assembles main outputs for all Si variants.
assembleSmall - Assembles main outputs for all Small variants.
assembleSmallLibreOldNosiNodexNogoogle - Assembles main outputs for all SmallLibreOldNosiNodexNogoogle variants.
assembleUnitTest - Assembles all the unit test applications.
assembleWear - Assembles main outputs for all Wear variants.
assembleWearLibre3SiDexGoogle - Assembles main outputs for all WearLibre3SiDexGoogle variants.
assembleWearLibre3SiDexNogoogle - Assembles main outputs for all WearLibre3SiDexNogoogle variants.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on it.
buildKotlinToolingMetadata - Build metadata json file containing information about the used Kotlin tooling
buildNeeded - Assembles and tests this project and all projects it depends on.
bundle - Assemble bundles for all the variants.
bundleDebug - Assembles bundles for all Debug variants.
bundleDebug2 - Assembles bundles for all Debug2 variants.
bundleDebug3 - Assembles bundles for all Debug3 variants.
bundleDebugdub - Assembles bundles for all Debugdub variants.
bundleDex - Assembles bundles for all Dex variants.
bundleGoogle - Assembles bundles for all Google variants.
bundleLibre3 - Assembles bundles for all Libre3 variants.
bundleLibreOld - Assembles bundles for all LibreOld variants.
bundleMobile - Assembles bundles for all Mobile variants.
bundleMobileLibre3SiDexGoogle - Assembles bundles for all MobileLibre3SiDexGoogle variants.
bundleMobileLibre3SiDexNogoogle - Assembles bundles for all MobileLibre3SiDexNogoogle variants.
bundleMobileLibreOldNosiNodexNogoogle - Assembles bundles for all MobileLibreOldNosiNodexNogoogle variants.
bundleNodex - Assembles bundles for all Nodex variants.
bundleNogoogle - Assembles bundles for all Nogoogle variants.
bundleNosi - Assembles bundles for all Nosi variants.
bundleRelease - Assembles bundles for all Release variants.
bundleRelease2 - Assembles bundles for all Release2 variants.
bundleRelease2log - Assembles bundles for all Release2log variants.
bundleReleasedebug - Assembles bundles for all Releasedebug variants.
bundleReleasedub - Assembles bundles for all Releasedub variants.
bundleReleaselog - Assembles bundles for all Releaselog variants.
bundleSi - Assembles bundles for all Si variants.
bundleSmall - Assembles bundles for all Small variants.
bundleSmallLibreOldNosiNodexNogoogle - Assembles bundles for all SmallLibreOldNosiNodexNogoogle variants.
bundleWear - Assembles bundles for all Wear variants.
bundleWearLibre3SiDexGoogle - Assembles bundles for all WearLibre3SiDexGoogle variants.
bundleWearLibre3SiDexNogoogle - Assembles bundles for all WearLibre3SiDexNogoogle variants.
clean - Deletes the build directory.
compileMobileLibre3SiDexGoogleDebug2Sources
compileMobileLibre3SiDexGoogleDebug2UnitTestSources
compileMobileLibre3SiDexGoogleDebug3Sources
compileMobileLibre3SiDexGoogleDebug3UnitTestSources
compileMobileLibre3SiDexGoogleDebugAndroidTestSources
compileMobileLibre3SiDexGoogleDebugdubSources
compileMobileLibre3SiDexGoogleDebugdubUnitTestSources
compileMobileLibre3SiDexGoogleDebugSources
compileMobileLibre3SiDexGoogleDebugUnitTestSources
compileMobileLibre3SiDexGoogleRelease2logSources
compileMobileLibre3SiDexGoogleRelease2logUnitTestSources
compileMobileLibre3SiDexGoogleRelease2Sources
compileMobileLibre3SiDexGoogleRelease2UnitTestSources
compileMobileLibre3SiDexGoogleReleasedebugSources
compileMobileLibre3SiDexGoogleReleasedebugUnitTestSources
compileMobileLibre3SiDexGoogleReleasedubSources
compileMobileLibre3SiDexGoogleReleasedubUnitTestSources
compileMobileLibre3SiDexGoogleReleaselogSources
compileMobileLibre3SiDexGoogleReleaselogUnitTestSources
compileMobileLibre3SiDexGoogleReleaseSources
compileMobileLibre3SiDexGoogleReleaseUnitTestSources
compileMobileLibre3SiDexNogoogleDebug2Sources
compileMobileLibre3SiDexNogoogleDebug2UnitTestSources
compileMobileLibre3SiDexNogoogleDebug3Sources
compileMobileLibre3SiDexNogoogleDebug3UnitTestSources
compileMobileLibre3SiDexNogoogleDebugAndroidTestSources
compileMobileLibre3SiDexNogoogleDebugdubSources
compileMobileLibre3SiDexNogoogleDebugdubUnitTestSources
compileMobileLibre3SiDexNogoogleDebugSources
compileMobileLibre3SiDexNogoogleDebugUnitTestSources
compileMobileLibre3SiDexNogoogleRelease2logSources
compileMobileLibre3SiDexNogoogleRelease2logUnitTestSources
compileMobileLibre3SiDexNogoogleRelease2Sources
compileMobileLibre3SiDexNogoogleRelease2UnitTestSources
compileMobileLibre3SiDexNogoogleReleasedebugSources
compileMobileLibre3SiDexNogoogleReleasedebugUnitTestSources
compileMobileLibre3SiDexNogoogleReleasedubSources
compileMobileLibre3SiDexNogoogleReleasedubUnitTestSources
compileMobileLibre3SiDexNogoogleReleaselogSources
compileMobileLibre3SiDexNogoogleReleaselogUnitTestSources
compileMobileLibre3SiDexNogoogleReleaseSources
compileMobileLibre3SiDexNogoogleReleaseUnitTestSources
compileMobileLibreOldNosiNodexNogoogleDebug2Sources
compileMobileLibreOldNosiNodexNogoogleDebug2UnitTestSources
compileMobileLibreOldNosiNodexNogoogleDebug3Sources
compileMobileLibreOldNosiNodexNogoogleDebug3UnitTestSources
compileMobileLibreOldNosiNodexNogoogleDebugAndroidTestSources
compileMobileLibreOldNosiNodexNogoogleDebugdubSources
compileMobileLibreOldNosiNodexNogoogleDebugdubUnitTestSources
compileMobileLibreOldNosiNodexNogoogleDebugSources
compileMobileLibreOldNosiNodexNogoogleDebugUnitTestSources
compileMobileLibreOldNosiNodexNogoogleRelease2logSources
compileMobileLibreOldNosiNodexNogoogleRelease2logUnitTestSources
compileMobileLibreOldNosiNodexNogoogleRelease2Sources
compileMobileLibreOldNosiNodexNogoogleRelease2UnitTestSources
compileMobileLibreOldNosiNodexNogoogleReleasedebugSources
compileMobileLibreOldNosiNodexNogoogleReleasedebugUnitTestSources
compileMobileLibreOldNosiNodexNogoogleReleasedubSources
compileMobileLibreOldNosiNodexNogoogleReleasedubUnitTestSources
compileMobileLibreOldNosiNodexNogoogleReleaselogSources
compileMobileLibreOldNosiNodexNogoogleReleaselogUnitTestSources
compileMobileLibreOldNosiNodexNogoogleReleaseSources
compileMobileLibreOldNosiNodexNogoogleReleaseUnitTestSources
compileSmallLibreOldNosiNodexNogoogleDebug2Sources
compileSmallLibreOldNosiNodexNogoogleDebug2UnitTestSources
compileSmallLibreOldNosiNodexNogoogleDebug3Sources
compileSmallLibreOldNosiNodexNogoogleDebug3UnitTestSources
compileSmallLibreOldNosiNodexNogoogleDebugAndroidTestSources
compileSmallLibreOldNosiNodexNogoogleDebugdubSources
compileSmallLibreOldNosiNodexNogoogleDebugdubUnitTestSources
compileSmallLibreOldNosiNodexNogoogleDebugSources
compileSmallLibreOldNosiNodexNogoogleDebugUnitTestSources
compileSmallLibreOldNosiNodexNogoogleRelease2logSources
compileSmallLibreOldNosiNodexNogoogleRelease2logUnitTestSources
compileSmallLibreOldNosiNodexNogoogleRelease2Sources
compileSmallLibreOldNosiNodexNogoogleRelease2UnitTestSources
compileSmallLibreOldNosiNodexNogoogleReleasedebugSources
compileSmallLibreOldNosiNodexNogoogleReleasedebugUnitTestSources
compileSmallLibreOldNosiNodexNogoogleReleasedubSources
compileSmallLibreOldNosiNodexNogoogleReleasedubUnitTestSources
compileSmallLibreOldNosiNodexNogoogleReleaselogSources
compileSmallLibreOldNosiNodexNogoogleReleaselogUnitTestSources
compileSmallLibreOldNosiNodexNogoogleReleaseSources
compileSmallLibreOldNosiNodexNogoogleReleaseUnitTestSources
compileWearLibre3SiDexGoogleDebug2Sources
compileWearLibre3SiDexGoogleDebug2UnitTestSources
compileWearLibre3SiDexGoogleDebug3Sources
compileWearLibre3SiDexGoogleDebug3UnitTestSources
compileWearLibre3SiDexGoogleDebugAndroidTestSources
compileWearLibre3SiDexGoogleDebugdubSources
compileWearLibre3SiDexGoogleDebugdubUnitTestSources
compileWearLibre3SiDexGoogleDebugSources
compileWearLibre3SiDexGoogleDebugUnitTestSources
compileWearLibre3SiDexGoogleRelease2logSources
compileWearLibre3SiDexGoogleRelease2logUnitTestSources
compileWearLibre3SiDexGoogleRelease2Sources
compileWearLibre3SiDexGoogleRelease2UnitTestSources
compileWearLibre3SiDexGoogleReleasedebugSources
compileWearLibre3SiDexGoogleReleasedebugUnitTestSources
compileWearLibre3SiDexGoogleReleasedubSources
compileWearLibre3SiDexGoogleReleasedubUnitTestSources
compileWearLibre3SiDexGoogleReleaselogSources
compileWearLibre3SiDexGoogleReleaselogUnitTestSources
compileWearLibre3SiDexGoogleReleaseSources
compileWearLibre3SiDexGoogleReleaseUnitTestSources
compileWearLibre3SiDexNogoogleDebug2Sources
compileWearLibre3SiDexNogoogleDebug2UnitTestSources
compileWearLibre3SiDexNogoogleDebug3Sources
compileWearLibre3SiDexNogoogleDebug3UnitTestSources
compileWearLibre3SiDexNogoogleDebugAndroidTestSources
compileWearLibre3SiDexNogoogleDebugdubSources
compileWearLibre3SiDexNogoogleDebugdubUnitTestSources
compileWearLibre3SiDexNogoogleDebugSources
compileWearLibre3SiDexNogoogleDebugUnitTestSources
compileWearLibre3SiDexNogoogleRelease2logSources
compileWearLibre3SiDexNogoogleRelease2logUnitTestSources
compileWearLibre3SiDexNogoogleRelease2Sources
compileWearLibre3SiDexNogoogleRelease2UnitTestSources
compileWearLibre3SiDexNogoogleReleasedebugSources
compileWearLibre3SiDexNogoogleReleasedebugUnitTestSources
compileWearLibre3SiDexNogoogleReleasedubSources
compileWearLibre3SiDexNogoogleReleasedubUnitTestSources
compileWearLibre3SiDexNogoogleReleaselogSources
compileWearLibre3SiDexNogoogleReleaselogUnitTestSources
compileWearLibre3SiDexNogoogleReleaseSources
compileWearLibre3SiDexNogoogleReleaseUnitTestSources
Build Setup tasks
-----------------
init - Initializes a new Gradle build.
updateDaemonJvm - Generates or updates the Gradle Daemon JVM criteria.
wrapper - Generates Gradle wrapper files.
Help tasks
----------
artifactTransforms - Displays the Artifact Transforms that can be executed in root project 'Glucodata'.
buildEnvironment - Displays all buildscript dependencies declared in root project 'Glucodata'.
dependencies - Displays all dependencies declared in root project 'Glucodata'.
dependencyInsight - Displays the insight into a specific dependency in root project 'Glucodata'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
outgoingVariants - Displays the outgoing variants of root project 'Glucodata'.
projects - Displays the sub-projects of root project 'Glucodata'.
properties - Displays the properties of root project 'Glucodata'.
resolvableConfigurations - Displays the configurations that can be resolved in root project 'Glucodata'.
tasks - Displays the tasks runnable from root project 'Glucodata' (some of the displayed tasks may belong to subprojects).
Install tasks
-------------
installMobileLibre3SiDexGoogleDebug - Installs the Debug build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexGoogleDebug2 - Installs the Debug2 build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexGoogleDebug3 - Installs the Debug3 build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexGoogleDebugAndroidTest - Installs the android (on device) tests for the MobileLibre3SiDexGoogleDebug build.
installMobileLibre3SiDexGoogleDebugdub - Installs the Debugdub build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexGoogleRelease - Installs the Release build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexGoogleRelease2 - Installs the Release2 build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexGoogleRelease2log - Installs the Release2log build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexGoogleReleasedebug - Installs the Releasedebug build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexGoogleReleasedub - Installs the Releasedub build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexGoogleReleaselog - Installs the Releaselog build for flavor MobileLibre3SiDexGoogle.
installMobileLibre3SiDexNogoogleDebug - Installs the Debug build for flavor MobileLibre3SiDexNogoogle.
installMobileLibre3SiDexNogoogleDebug2 - Installs the Debug2 build for flavor MobileLibre3SiDexNogoogle.
installMobileLibre3SiDexNogoogleDebug3 - Installs the Debug3 build for flavor MobileLibre3SiDexNogoogle.
installMobileLibre3SiDexNogoogleDebugAndroidTest - Installs the android (on device) tests for the MobileLibre3SiDexNogoogleDebug build.
installMobileLibre3SiDexNogoogleDebugdub - Installs the Debugdub build for flavor MobileLibre3SiDexNogoogle.
installMobileLibre3SiDexNogoogleRelease - Installs the Release build for flavor MobileLibre3SiDexNogoogle.
installMobileLibre3SiDexNogoogleRelease2 - Installs the Release2 build for flavor MobileLibre3SiDexNogoogle.
installMobileLibre3SiDexNogoogleRelease2log - Installs the Release2log build for flavor MobileLibre3SiDexNogoogle.
installMobileLibre3SiDexNogoogleReleasedebug - Installs the Releasedebug build for flavor MobileLibre3SiDexNogoogle.
installMobileLibre3SiDexNogoogleReleasedub - Installs the Releasedub build for flavor MobileLibre3SiDexNogoogle.
installMobileLibre3SiDexNogoogleReleaselog - Installs the Releaselog build for flavor MobileLibre3SiDexNogoogle.
installMobileLibreOldNosiNodexNogoogleDebug - Installs the Debug build for flavor MobileLibreOldNosiNodexNogoogle.
installMobileLibreOldNosiNodexNogoogleDebug2 - Installs the Debug2 build for flavor MobileLibreOldNosiNodexNogoogle.
installMobileLibreOldNosiNodexNogoogleDebug3 - Installs the Debug3 build for flavor MobileLibreOldNosiNodexNogoogle.
installMobileLibreOldNosiNodexNogoogleDebugAndroidTest - Installs the android (on device) tests for the MobileLibreOldNosiNodexNogoogleDebug build.
installMobileLibreOldNosiNodexNogoogleDebugdub - Installs the Debugdub build for flavor MobileLibreOldNosiNodexNogoogle.
installMobileLibreOldNosiNodexNogoogleRelease - Installs the Release build for flavor MobileLibreOldNosiNodexNogoogle.
installMobileLibreOldNosiNodexNogoogleRelease2 - Installs the Release2 build for flavor MobileLibreOldNosiNodexNogoogle.
installMobileLibreOldNosiNodexNogoogleRelease2log - Installs the Release2log build for flavor MobileLibreOldNosiNodexNogoogle.
installMobileLibreOldNosiNodexNogoogleReleasedebug - Installs the Releasedebug build for flavor MobileLibreOldNosiNodexNogoogle.
installMobileLibreOldNosiNodexNogoogleReleasedub - Installs the Releasedub build for flavor MobileLibreOldNosiNodexNogoogle.
installMobileLibreOldNosiNodexNogoogleReleaselog - Installs the Releaselog build for flavor MobileLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleDebug - Installs the Debug build for flavor SmallLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleDebug2 - Installs the Debug2 build for flavor SmallLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleDebug3 - Installs the Debug3 build for flavor SmallLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleDebugAndroidTest - Installs the android (on device) tests for the SmallLibreOldNosiNodexNogoogleDebug build.
installSmallLibreOldNosiNodexNogoogleDebugdub - Installs the Debugdub build for flavor SmallLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleRelease - Installs the Release build for flavor SmallLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleRelease2 - Installs the Release2 build for flavor SmallLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleRelease2log - Installs the Release2log build for flavor SmallLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleReleasedebug - Installs the Releasedebug build for flavor SmallLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleReleasedub - Installs the Releasedub build for flavor SmallLibreOldNosiNodexNogoogle.
installSmallLibreOldNosiNodexNogoogleReleaselog - Installs the Releaselog build for flavor SmallLibreOldNosiNodexNogoogle.
installWearLibre3SiDexGoogleDebug - Installs the Debug build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexGoogleDebug2 - Installs the Debug2 build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexGoogleDebug3 - Installs the Debug3 build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexGoogleDebugAndroidTest - Installs the android (on device) tests for the WearLibre3SiDexGoogleDebug build.
installWearLibre3SiDexGoogleDebugdub - Installs the Debugdub build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexGoogleRelease - Installs the Release build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexGoogleRelease2 - Installs the Release2 build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexGoogleRelease2log - Installs the Release2log build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexGoogleReleasedebug - Installs the Releasedebug build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexGoogleReleasedub - Installs the Releasedub build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexGoogleReleaselog - Installs the Releaselog build for flavor WearLibre3SiDexGoogle.
installWearLibre3SiDexNogoogleDebug - Installs the Debug build for flavor WearLibre3SiDexNogoogle.
installWearLibre3SiDexNogoogleDebug2 - Installs the Debug2 build for flavor WearLibre3SiDexNogoogle.
installWearLibre3SiDexNogoogleDebug3 - Installs the Debug3 build for flavor WearLibre3SiDexNogoogle.
installWearLibre3SiDexNogoogleDebugAndroidTest - Installs the android (on device) tests for the WearLibre3SiDexNogoogleDebug build.
installWearLibre3SiDexNogoogleDebugdub - Installs the Debugdub build for flavor WearLibre3SiDexNogoogle.
installWearLibre3SiDexNogoogleRelease - Installs the Release build for flavor WearLibre3SiDexNogoogle.
installWearLibre3SiDexNogoogleRelease2 - Installs the Release2 build for flavor WearLibre3SiDexNogoogle.
installWearLibre3SiDexNogoogleRelease2log - Installs the Release2log build for flavor WearLibre3SiDexNogoogle.
installWearLibre3SiDexNogoogleReleasedebug - Installs the Releasedebug build for flavor WearLibre3SiDexNogoogle.
installWearLibre3SiDexNogoogleReleasedub - Installs the Releasedub build for flavor WearLibre3SiDexNogoogle.
installWearLibre3SiDexNogoogleReleaselog - Installs the Releaselog build for flavor WearLibre3SiDexNogoogle.
uninstallAll - Uninstall all applications.
uninstallMobileLibre3SiDexGoogleDebug - Uninstalls the Debug build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexGoogleDebug2 - Uninstalls the Debug2 build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexGoogleDebug3 - Uninstalls the Debug3 build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexGoogleDebugAndroidTest - Uninstalls the android (on device) tests for the MobileLibre3SiDexGoogleDebug build.
uninstallMobileLibre3SiDexGoogleDebugdub - Uninstalls the Debugdub build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexGoogleRelease - Uninstalls the Release build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexGoogleRelease2 - Uninstalls the Release2 build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexGoogleRelease2log - Uninstalls the Release2log build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexGoogleReleasedebug - Uninstalls the Releasedebug build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexGoogleReleasedub - Uninstalls the Releasedub build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexGoogleReleaselog - Uninstalls the Releaselog build for flavor MobileLibre3SiDexGoogle.
uninstallMobileLibre3SiDexNogoogleDebug - Uninstalls the Debug build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibre3SiDexNogoogleDebug2 - Uninstalls the Debug2 build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibre3SiDexNogoogleDebug3 - Uninstalls the Debug3 build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibre3SiDexNogoogleDebugAndroidTest - Uninstalls the android (on device) tests for the MobileLibre3SiDexNogoogleDebug build.
uninstallMobileLibre3SiDexNogoogleDebugdub - Uninstalls the Debugdub build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibre3SiDexNogoogleRelease - Uninstalls the Release build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibre3SiDexNogoogleRelease2 - Uninstalls the Release2 build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibre3SiDexNogoogleRelease2log - Uninstalls the Release2log build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibre3SiDexNogoogleReleasedebug - Uninstalls the Releasedebug build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibre3SiDexNogoogleReleasedub - Uninstalls the Releasedub build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibre3SiDexNogoogleReleaselog - Uninstalls the Releaselog build for flavor MobileLibre3SiDexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleDebug - Uninstalls the Debug build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleDebug2 - Uninstalls the Debug2 build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleDebug3 - Uninstalls the Debug3 build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleDebugAndroidTest - Uninstalls the android (on device) tests for the MobileLibreOldNosiNodexNogoogleDebug build.
uninstallMobileLibreOldNosiNodexNogoogleDebugdub - Uninstalls the Debugdub build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleRelease - Uninstalls the Release build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleRelease2 - Uninstalls the Release2 build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleRelease2log - Uninstalls the Release2log build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleReleasedebug - Uninstalls the Releasedebug build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleReleasedub - Uninstalls the Releasedub build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallMobileLibreOldNosiNodexNogoogleReleaselog - Uninstalls the Releaselog build for flavor MobileLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleDebug - Uninstalls the Debug build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleDebug2 - Uninstalls the Debug2 build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleDebug3 - Uninstalls the Debug3 build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleDebugAndroidTest - Uninstalls the android (on device) tests for the SmallLibreOldNosiNodexNogoogleDebug build.
uninstallSmallLibreOldNosiNodexNogoogleDebugdub - Uninstalls the Debugdub build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleRelease - Uninstalls the Release build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleRelease2 - Uninstalls the Release2 build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleRelease2log - Uninstalls the Release2log build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleReleasedebug - Uninstalls the Releasedebug build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleReleasedub - Uninstalls the Releasedub build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallSmallLibreOldNosiNodexNogoogleReleaselog - Uninstalls the Releaselog build for flavor SmallLibreOldNosiNodexNogoogle.
uninstallWearLibre3SiDexGoogleDebug - Uninstalls the Debug build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexGoogleDebug2 - Uninstalls the Debug2 build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexGoogleDebug3 - Uninstalls the Debug3 build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexGoogleDebugAndroidTest - Uninstalls the android (on device) tests for the WearLibre3SiDexGoogleDebug build.
uninstallWearLibre3SiDexGoogleDebugdub - Uninstalls the Debugdub build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexGoogleRelease - Uninstalls the Release build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexGoogleRelease2 - Uninstalls the Release2 build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexGoogleRelease2log - Uninstalls the Release2log build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexGoogleReleasedebug - Uninstalls the Releasedebug build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexGoogleReleasedub - Uninstalls the Releasedub build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexGoogleReleaselog - Uninstalls the Releaselog build for flavor WearLibre3SiDexGoogle.
uninstallWearLibre3SiDexNogoogleDebug - Uninstalls the Debug build for flavor WearLibre3SiDexNogoogle.
uninstallWearLibre3SiDexNogoogleDebug2 - Uninstalls the Debug2 build for flavor WearLibre3SiDexNogoogle.
uninstallWearLibre3SiDexNogoogleDebug3 - Uninstalls the Debug3 build for flavor WearLibre3SiDexNogoogle.
uninstallWearLibre3SiDexNogoogleDebugAndroidTest - Uninstalls the android (on device) tests for the WearLibre3SiDexNogoogleDebug build.
uninstallWearLibre3SiDexNogoogleDebugdub - Uninstalls the Debugdub build for flavor WearLibre3SiDexNogoogle.
uninstallWearLibre3SiDexNogoogleRelease - Uninstalls the Release build for flavor WearLibre3SiDexNogoogle.
uninstallWearLibre3SiDexNogoogleRelease2 - Uninstalls the Release2 build for flavor WearLibre3SiDexNogoogle.
uninstallWearLibre3SiDexNogoogleRelease2log - Uninstalls the Release2log build for flavor WearLibre3SiDexNogoogle.
uninstallWearLibre3SiDexNogoogleReleasedebug - Uninstalls the Releasedebug build for flavor WearLibre3SiDexNogoogle.
uninstallWearLibre3SiDexNogoogleReleasedub - Uninstalls the Releasedub build for flavor WearLibre3SiDexNogoogle.
uninstallWearLibre3SiDexNogoogleReleaselog - Uninstalls the Releaselog build for flavor WearLibre3SiDexNogoogle.
Verification tasks
------------------
check - Runs all checks.
checkJetifier - Checks whether Jetifier is needed for the current project
checkKotlinGradlePluginConfigurationErrors - Checks that Kotlin Gradle Plugin hasn't reported project configuration errors, failing otherwise. This task always runs before compileKotlin* or similar tasks.
connectedAndroidTest - Installs and runs instrumentation tests for all flavors on connected devices.
connectedCheck - Runs all device checks on currently connected devices.
connectedMobileLibre3SiDexGoogleDebugAndroidTest - Installs and runs the tests for mobileLibre3SiDexGoogleDebug on connected devices.
connectedMobileLibre3SiDexNogoogleDebugAndroidTest - Installs and runs the tests for mobileLibre3SiDexNogoogleDebug on connected devices.
connectedMobileLibreOldNosiNodexNogoogleDebugAndroidTest - Installs and runs the tests for mobileLibreOldNosiNodexNogoogleDebug on connected devices.
connectedSmallLibreOldNosiNodexNogoogleDebugAndroidTest - Installs and runs the tests for smallLibreOldNosiNodexNogoogleDebug on connected devices.
connectedWearLibre3SiDexGoogleDebugAndroidTest - Installs and runs the tests for wearLibre3SiDexGoogleDebug on connected devices.
connectedWearLibre3SiDexNogoogleDebugAndroidTest - Installs and runs the tests for wearLibre3SiDexNogoogleDebug on connected devices.
deviceAndroidTest - Installs and runs instrumentation tests using all Device Providers.
deviceCheck - Runs all device checks using Device Providers and Test Servers.
lint - Runs lint on the default variant.
lintFix - Runs lint on the default variant and applies any safe suggestions to the source code.
lintMobileLibre3SiDexGoogleDebug - Print text output from the corresponding lint report task
lintMobileLibre3SiDexGoogleDebug2 - Print text output from the corresponding lint report task
lintMobileLibre3SiDexGoogleDebug3 - Print text output from the corresponding lint report task
lintMobileLibre3SiDexGoogleDebugdub - Print text output from the corresponding lint report task
lintMobileLibre3SiDexGoogleRelease - Print text output from the corresponding lint report task
lintMobileLibre3SiDexGoogleRelease2 - Print text output from the corresponding lint report task
lintMobileLibre3SiDexGoogleRelease2log - Print text output from the corresponding lint report task
lintMobileLibre3SiDexGoogleReleasedebug - Print text output from the corresponding lint report task
lintMobileLibre3SiDexGoogleReleasedub - Print text output from the corresponding lint report task
lintMobileLibre3SiDexGoogleReleaselog - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleDebug - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleDebug2 - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleDebug3 - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleDebugdub - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleRelease - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleRelease2 - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleRelease2log - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleReleasedebug - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleReleasedub - Print text output from the corresponding lint report task
lintMobileLibre3SiDexNogoogleReleaselog - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleDebug - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleDebug2 - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleDebug3 - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleDebugdub - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleRelease - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleRelease2 - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleRelease2log - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleReleasedebug - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleReleasedub - Print text output from the corresponding lint report task
lintMobileLibreOldNosiNodexNogoogleReleaselog - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleDebug - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleDebug2 - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleDebug3 - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleDebugdub - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleRelease - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleRelease2 - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleRelease2log - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleReleasedebug - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleReleasedub - Print text output from the corresponding lint report task
lintSmallLibreOldNosiNodexNogoogleReleaselog - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexGoogleDebug2 - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexGoogleRelease - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexGoogleRelease2 - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexGoogleRelease2log - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexGoogleReleasedebug - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexGoogleReleasedub - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexGoogleReleaselog - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexNogoogleDebug2 - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexNogoogleRelease - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexNogoogleRelease2 - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexNogoogleRelease2log - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexNogoogleReleasedebug - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexNogoogleReleasedub - Print text output from the corresponding lint report task
lintVitalMobileLibre3SiDexNogoogleReleaselog - Print text output from the corresponding lint report task
lintVitalMobileLibreOldNosiNodexNogoogleDebug2 - Print text output from the corresponding lint report task
lintVitalMobileLibreOldNosiNodexNogoogleRelease - Print text output from the corresponding lint report task
lintVitalMobileLibreOldNosiNodexNogoogleRelease2 - Print text output from the corresponding lint report task
lintVitalMobileLibreOldNosiNodexNogoogleRelease2log - Print text output from the corresponding lint report task
lintVitalMobileLibreOldNosiNodexNogoogleReleasedebug - Print text output from the corresponding lint report task
lintVitalMobileLibreOldNosiNodexNogoogleReleasedub - Print text output from the corresponding lint report task
lintVitalMobileLibreOldNosiNodexNogoogleReleaselog - Print text output from the corresponding lint report task
lintVitalSmallLibreOldNosiNodexNogoogleDebug2 - Print text output from the corresponding lint report task
lintVitalSmallLibreOldNosiNodexNogoogleRelease - Print text output from the corresponding lint report task
lintVitalSmallLibreOldNosiNodexNogoogleRelease2 - Print text output from the corresponding lint report task
lintVitalSmallLibreOldNosiNodexNogoogleRelease2log - Print text output from the corresponding lint report task
lintVitalSmallLibreOldNosiNodexNogoogleReleasedebug - Print text output from the corresponding lint report task
lintVitalSmallLibreOldNosiNodexNogoogleReleasedub - Print text output from the corresponding lint report task
lintVitalSmallLibreOldNosiNodexNogoogleReleaselog - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexGoogleDebug2 - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexGoogleRelease - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexGoogleRelease2 - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexGoogleRelease2log - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexGoogleReleasedebug - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexGoogleReleasedub - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexGoogleReleaselog - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexNogoogleDebug2 - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexNogoogleRelease - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexNogoogleRelease2 - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexNogoogleRelease2log - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexNogoogleReleasedebug - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexNogoogleReleasedub - Print text output from the corresponding lint report task
lintVitalWearLibre3SiDexNogoogleReleaselog - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleDebug - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleDebug2 - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleDebug3 - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleDebugdub - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleRelease - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleRelease2 - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleRelease2log - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleReleasedebug - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleReleasedub - Print text output from the corresponding lint report task
lintWearLibre3SiDexGoogleReleaselog - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleDebug - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleDebug2 - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleDebug3 - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleDebugdub - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleRelease - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleRelease2 - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleRelease2log - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleReleasedebug - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleReleasedub - Print text output from the corresponding lint report task
lintWearLibre3SiDexNogoogleReleaselog - Print text output from the corresponding lint report task
test - Run unit tests for all variants.
testMobileLibre3SiDexGoogleDebug2UnitTest - Run unit tests for the mobileLibre3SiDexGoogleDebug2 build.
testMobileLibre3SiDexGoogleDebug3UnitTest - Run unit tests for the mobileLibre3SiDexGoogleDebug3 build.
testMobileLibre3SiDexGoogleDebugdubUnitTest - Run unit tests for the mobileLibre3SiDexGoogleDebugdub build.
testMobileLibre3SiDexGoogleDebugUnitTest - Run unit tests for the mobileLibre3SiDexGoogleDebug build.
testMobileLibre3SiDexGoogleRelease2logUnitTest - Run unit tests for the mobileLibre3SiDexGoogleRelease2log build.
testMobileLibre3SiDexGoogleRelease2UnitTest - Run unit tests for the mobileLibre3SiDexGoogleRelease2 build.
testMobileLibre3SiDexGoogleReleasedebugUnitTest - Run unit tests for the mobileLibre3SiDexGoogleReleasedebug build.
testMobileLibre3SiDexGoogleReleasedubUnitTest - Run unit tests for the mobileLibre3SiDexGoogleReleasedub build.
testMobileLibre3SiDexGoogleReleaselogUnitTest - Run unit tests for the mobileLibre3SiDexGoogleReleaselog build.
testMobileLibre3SiDexGoogleReleaseUnitTest - Run unit tests for the mobileLibre3SiDexGoogleRelease build.
testMobileLibre3SiDexNogoogleDebug2UnitTest - Run unit tests for the mobileLibre3SiDexNogoogleDebug2 build.
testMobileLibre3SiDexNogoogleDebug3UnitTest - Run unit tests for the mobileLibre3SiDexNogoogleDebug3 build.
testMobileLibre3SiDexNogoogleDebugdubUnitTest - Run unit tests for the mobileLibre3SiDexNogoogleDebugdub build.
testMobileLibre3SiDexNogoogleDebugUnitTest - Run unit tests for the mobileLibre3SiDexNogoogleDebug build.
testMobileLibre3SiDexNogoogleRelease2logUnitTest - Run unit tests for the mobileLibre3SiDexNogoogleRelease2log build.
testMobileLibre3SiDexNogoogleRelease2UnitTest - Run unit tests for the mobileLibre3SiDexNogoogleRelease2 build.
testMobileLibre3SiDexNogoogleReleasedebugUnitTest - Run unit tests for the mobileLibre3SiDexNogoogleReleasedebug build.
testMobileLibre3SiDexNogoogleReleasedubUnitTest - Run unit tests for the mobileLibre3SiDexNogoogleReleasedub build.
testMobileLibre3SiDexNogoogleReleaselogUnitTest - Run unit tests for the mobileLibre3SiDexNogoogleReleaselog build.
testMobileLibre3SiDexNogoogleReleaseUnitTest - Run unit tests for the mobileLibre3SiDexNogoogleRelease build.
testMobileLibreOldNosiNodexNogoogleDebug2UnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleDebug2 build.
testMobileLibreOldNosiNodexNogoogleDebug3UnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleDebug3 build.
testMobileLibreOldNosiNodexNogoogleDebugdubUnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleDebugdub build.
testMobileLibreOldNosiNodexNogoogleDebugUnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleDebug build.
testMobileLibreOldNosiNodexNogoogleRelease2logUnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleRelease2log build.
testMobileLibreOldNosiNodexNogoogleRelease2UnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleRelease2 build.
testMobileLibreOldNosiNodexNogoogleReleasedebugUnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleReleasedebug build.
testMobileLibreOldNosiNodexNogoogleReleasedubUnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleReleasedub build.
testMobileLibreOldNosiNodexNogoogleReleaselogUnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleReleaselog build.
testMobileLibreOldNosiNodexNogoogleReleaseUnitTest - Run unit tests for the mobileLibreOldNosiNodexNogoogleRelease build.
testSmallLibreOldNosiNodexNogoogleDebug2UnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleDebug2 build.
testSmallLibreOldNosiNodexNogoogleDebug3UnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleDebug3 build.
testSmallLibreOldNosiNodexNogoogleDebugdubUnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleDebugdub build.
testSmallLibreOldNosiNodexNogoogleDebugUnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleDebug build.
testSmallLibreOldNosiNodexNogoogleRelease2logUnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleRelease2log build.
testSmallLibreOldNosiNodexNogoogleRelease2UnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleRelease2 build.
testSmallLibreOldNosiNodexNogoogleReleasedebugUnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleReleasedebug build.
testSmallLibreOldNosiNodexNogoogleReleasedubUnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleReleasedub build.
testSmallLibreOldNosiNodexNogoogleReleaselogUnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleReleaselog build.
testSmallLibreOldNosiNodexNogoogleReleaseUnitTest - Run unit tests for the smallLibreOldNosiNodexNogoogleRelease build.
testWearLibre3SiDexGoogleDebug2UnitTest - Run unit tests for the wearLibre3SiDexGoogleDebug2 build.
testWearLibre3SiDexGoogleDebug3UnitTest - Run unit tests for the wearLibre3SiDexGoogleDebug3 build.
testWearLibre3SiDexGoogleDebugdubUnitTest - Run unit tests for the wearLibre3SiDexGoogleDebugdub build.
testWearLibre3SiDexGoogleDebugUnitTest - Run unit tests for the wearLibre3SiDexGoogleDebug build.
testWearLibre3SiDexGoogleRelease2logUnitTest - Run unit tests for the wearLibre3SiDexGoogleRelease2log build.
testWearLibre3SiDexGoogleRelease2UnitTest - Run unit tests for the wearLibre3SiDexGoogleRelease2 build.
testWearLibre3SiDexGoogleReleasedebugUnitTest - Run unit tests for the wearLibre3SiDexGoogleReleasedebug build.
testWearLibre3SiDexGoogleReleasedubUnitTest - Run unit tests for the wearLibre3SiDexGoogleReleasedub build.
testWearLibre3SiDexGoogleReleaselogUnitTest - Run unit tests for the wearLibre3SiDexGoogleReleaselog build.
testWearLibre3SiDexGoogleReleaseUnitTest - Run unit tests for the wearLibre3SiDexGoogleRelease build.
testWearLibre3SiDexNogoogleDebug2UnitTest - Run unit tests for the wearLibre3SiDexNogoogleDebug2 build.
testWearLibre3SiDexNogoogleDebug3UnitTest - Run unit tests for the wearLibre3SiDexNogoogleDebug3 build.
testWearLibre3SiDexNogoogleDebugdubUnitTest - Run unit tests for the wearLibre3SiDexNogoogleDebugdub build.
testWearLibre3SiDexNogoogleDebugUnitTest - Run unit tests for the wearLibre3SiDexNogoogleDebug build.
testWearLibre3SiDexNogoogleRelease2logUnitTest - Run unit tests for the wearLibre3SiDexNogoogleRelease2log build.
testWearLibre3SiDexNogoogleRelease2UnitTest - Run unit tests for the wearLibre3SiDexNogoogleRelease2 build.
testWearLibre3SiDexNogoogleReleasedebugUnitTest - Run unit tests for the wearLibre3SiDexNogoogleReleasedebug build.
testWearLibre3SiDexNogoogleReleasedubUnitTest - Run unit tests for the wearLibre3SiDexNogoogleReleasedub build.
testWearLibre3SiDexNogoogleReleaselogUnitTest - Run unit tests for the wearLibre3SiDexNogoogleReleaselog build.
testWearLibre3SiDexNogoogleReleaseUnitTest - Run unit tests for the wearLibre3SiDexNogoogleRelease build.
updateLintBaseline - Updates the lint baseline using the default variant.
To see all tasks and more detail, run gradlew tasks --all
To see more detail about a task, run gradlew help --task <task>
[Incubating] Problems report is available at: file:///home/jka/extra/android/Juggluco/Glucodata/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 13s
1 actionable task: 1 executed
Configuration cache entry stored.