Don't use assemble task on root project (#45999)

The root project uses the base plugin to get a clean task, but does not
actually need the assemble task. This commit changes the root project to
use the lifecycle-base plugin, which while still creating the assemble
task, won't add any dependencies to it.
This commit is contained in:
Ryan Ernst 2019-08-26 16:34:32 -07:00 committed by Ryan Ernst
parent 146e23a8a9
commit d50d700f14
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import static org.elasticsearch.gradle.tool.Boilerplate.maybeConfigure
plugins {
id 'com.gradle.build-scan' version '2.4'
id 'base'
id 'lifecycle-base'
id 'elasticsearch.global-build-info'
}