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:
parent
146e23a8a9
commit
d50d700f14
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue