-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Gradle configuration avoidance API (#48603)
Summary: Since we updated Gradle, I've noticed several warnings related to configuration avoidance API: https://docs.gradle.org/current/userguide/task_configuration_avoidance.html We should be using tasks.registerting rather than tasks.creating as this is going to break in Gradle 9/10. This PR fixes it. ## Changelog: [INTERNAL] - Pull Request resolved: #48603 Test Plan: CI Reviewed By: javache Differential Revision: D68270870 Pulled By: cortinico fbshipit-source-id: 0ed44d903692c20d102143082fd0939f4dbeaa88
- Loading branch information
1 parent
bc810e5
commit 44b18b9
Showing
1 changed file
with
29 additions
and
21 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