forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move retrieval of Stack version from Gradle's configuration to execut…
…ion (elastic#13042) The Gradle's configuration of task should be as fast as possible and don't break the build. This commit moves retrieval of Elastic Stack version from the remote registry to the execution phase of the tasks. Also the tasks that depends on this has received the same change (downloadEs and check EsSHA), moving from configuration to execution phase. Close elastic#13030 (cherry picked from commit cef339c)
- Loading branch information
Showing
1 changed file
with
106 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters