Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate Gradle deprecated methods #526

Conversation

pavlospt
Copy link
Contributor

@pavlospt pavlospt commented Apr 2, 2019

There were some warnings for deprecated stuff that will be removed in Gradle 6.0. This PR eliminates them and replaces the previous usages with the equivalent providers.

e.g.: getArchiveClassifier(), javaCompileProvider

* There were some warnings for deprecated stuff that will be removed
in Gradle 6.0. This commit eliminates them and replaces the previous
usages with the equivalent providers.

e.g.: `getArchiveClassifier()`, `javaCompileProvider`
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@muraziz has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@passy
Copy link
Member

passy commented Apr 3, 2019

Great stuff, as always. Thanks, @pavlospt!

@pavlospt pavlospt deleted the eliminate_gradle_deprecated_method_calls branch April 3, 2019 14:14
@facebook-github-bot
Copy link
Contributor

@muraziz merged this pull request in 2f12e9a.

colriot added a commit to colriot/litho that referenced this pull request Apr 9, 2019
Summary: Cleanup deprecations left after facebook#526

fbshipit-source-id: 00d8cf860ae35a25eea773d1f65700a0072f2c54
colriot added a commit to colriot/litho that referenced this pull request Apr 9, 2019
Summary: Cleanup deprecations left after facebook#526

Differential Revision: D14853880

fbshipit-source-id: 65569f751a151ca3a686c3d71699fef32cd6a6f7
facebook-github-bot pushed a commit that referenced this pull request Apr 10, 2019
Summary:
Pull Request resolved: #530

Cleanup deprecations left after #526

Reviewed By: passy

Differential Revision: D14853880

fbshipit-source-id: ff083a54298308df52405e9483abd0fb3689d76f
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.

3 participants