You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make this product easy to maintain, I think we need to remove these dependency on internal API. So, I suggest to do so in the next major version 2.0 because it will break backward compatibility. I'll use this issue to gather TODOs and PRs to realize.
The text was updated successfully, but these errors were encountered:
Gradle has the issue gradle/gradle#9196 to convert its built-in code quality plugins to use the Worker API. Once that is done, it can serve as an example to help with this issue.
Currently this plugin has several problems caused by dependency on Gradle internal API:
It also depends on the undocumented "convention mapping" API. We're not sure when it'll be removed from the Gradle API.
To make this product easy to maintain, I think we need to remove these dependency on internal API. So, I suggest to do so in the next major version 2.0 because it will break backward compatibility. I'll use this issue to gather TODOs and PRs to realize.
The text was updated successfully, but these errors were encountered: