Skip to content

Commit

Permalink
Don't use assemble task on root project (#45999)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rjernst authored Aug 26, 2019
1 parent bac1707 commit de717a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit de717a8

Please sign in to comment.