ImFlog/schema-registry-plugin

Support Gradle 8.X.X

Closed this issue · 0 comments

It seems that Gradle introduced breaking changes in the 8.X.X. While attempting to update it failed on some constructor requiring @inject annotation (already present).
We need to dig a bit and try to find a way to make version 7 and 8 works with the same codebase if possible. If not, do a breaking change version and document it in the README compatibility part.