Skip to content

Commit de717a8

Browse files
authored
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.
1 parent bac1707 commit de717a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import static org.elasticsearch.gradle.tool.Boilerplate.maybeConfigure
3333

3434
plugins {
3535
id 'com.gradle.build-scan' version '2.4'
36-
id 'base'
36+
id 'lifecycle-base'
3737
id 'elasticsearch.global-build-info'
3838
}
3939

0 commit comments

Comments
 (0)