forked from jjohannes/gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.gradle.kts
14 lines (11 loc) · 1004 Bytes
/
build.gradle.kts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugins {
id("gradlebuild.build-environment")
id("gradlebuild.root-build")
id("gradlebuild.teamcity-import-test-data") // CI: Import Test tasks' JUnit XML if they're UP-TO-DATE or FROM-CACHE
id("gradlebuild.lifecycle") // CI: Add lifecycle tasks to for the CI pipeline (currently needs to be applied early as it might modify global properties)
id("gradlebuild.generate-subprojects-info") // CI: Generate subprojects information for the CI testing pipeline fan out
id("gradlebuild.cleanup") // CI: Advanced cleanup after the build (like stopping daemons started by tests)
id("gradlebuild.update-versions") // Local development: Convenience tasks to update versions in this build: 'released-versions.json', 'agp-versions.properties', ...
id("gradlebuild.wrapper") // Local development: Convenience tasks to update the wrapper (like 'nightlyWrapper')
}
description = "Adaptable, fast automation for all"