Skip to content

[backport 7.x] Fix acceptance test when run artifact:all (#12975)#12996

Merged
andsel merged 1 commit intoelastic:7.xfrom
andsel:backport_12975_7.x
Jun 17, 2021
Merged

[backport 7.x] Fix acceptance test when run artifact:all (#12975)#12996
andsel merged 1 commit intoelastic:7.xfrom
andsel:backport_12975_7.x

Conversation

@andsel
Copy link
Contributor

@andsel andsel commented Jun 17, 2021

Clean backport of #12975 to 7.x

This commit avoid to check for existence of jar files to decide if run or not Gradle assemble,
basically because the outputs of assemble task are not only jars but also others files, for example plugin-aliases.yml.
In this way the decision to execute or not is left the Gradle logic.

(cherry picked from commit 3eaff36)

This commit avoid to check for existence of jar files to decide if run or not Gradle assemble,
basically because the outputs of assemble task are not only jars but also others files, for example plugin-aliases.yml.
In this way the decision to execute or not is left the Gradle logic.

(cherry picked from commit 3eaff36)
Copy link
Member

@jsvd jsvd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andsel andsel merged commit adcb0da into elastic:7.x Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants