gradle / build-tool-roadmap

Gradle Build Tool roadmap
https://roadmap.gradle.org/
41 stars 6 forks source link

Provider API migration research #5

Closed pioterj closed 2 years ago

pioterj commented 3 years ago

Define a plan regarding the Provider API and evaluate how we could migrate all Gradle APIs to use it.

Explore ways to mitigate the pain related to this migration, for example through bytecode manipulation as in https://github.com/gradle/api-evolution-demo.