Skip to content

Conversation

@mark-vieira
Copy link
Contributor

The standard Gradle withType() method that takes an action is the "legacy" API which realizes tasks eagerly. To avoid this, we need to explicitly use configureEach() to pass our configuration action.

The standard Gradle `withType()` method that takes an action is the
"legacy" API which realizes tasks eagerly. To avoid this, we need to
explicitly use `configureEach()` to pass our configuration action.
@mark-vieira mark-vieira added >non-issue :Delivery/Build Build or test infrastructure auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) auto-backport-and-merge v8.6.1 v7.17.9 labels Jan 11, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

@elasticsearchmachine elasticsearchmachine added the Team:Delivery Meta label for Delivery team label Jan 11, 2023
@mark-vieira
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/part-2

1 similar comment
@mark-vieira
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/part-2

@elasticsearchmachine elasticsearchmachine merged commit acdad55 into elastic:main Jan 12, 2023
@mark-vieira mark-vieira deleted the rest_test_task_realization_fix branch January 12, 2023 01:09
mark-vieira added a commit to mark-vieira/elasticsearch that referenced this pull request Jan 12, 2023
The standard Gradle `withType()` method that takes an action is the
"legacy" API which realizes tasks eagerly. To avoid this, we need to
explicitly use `configureEach()` to pass our configuration action.
mark-vieira added a commit to mark-vieira/elasticsearch that referenced this pull request Jan 12, 2023
The standard Gradle `withType()` method that takes an action is the
"legacy" API which realizes tasks eagerly. To avoid this, we need to
explicitly use `configureEach()` to pass our configuration action.
elasticsearchmachine pushed a commit that referenced this pull request Jan 12, 2023
The standard Gradle `withType()` method that takes an action is the
"legacy" API which realizes tasks eagerly. To avoid this, we need to
explicitly use `configureEach()` to pass our configuration action.
danielmitterdorfer pushed a commit to danielmitterdorfer/elasticsearch that referenced this pull request Jan 12, 2023
The standard Gradle `withType()` method that takes an action is the
"legacy" API which realizes tasks eagerly. To avoid this, we need to
explicitly use `configureEach()` to pass our configuration action.
mark-vieira added a commit that referenced this pull request Jan 12, 2023
The standard Gradle `withType()` method that takes an action is the
"legacy" API which realizes tasks eagerly. To avoid this, we need to
explicitly use `configureEach()` to pass our configuration action.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team v7.17.9 v8.6.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants