-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix #51 Gradle 7 incompatibility and fix #56 Gradle 8 incompatibility #52
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
Would be great if we can knock this out quickly. I know its been awhile since a new version was necessary, and this is a fairly stable repository - but the plugin is currently unusable with Gradle 7+. |
I came here because https://github.com/jacobono/gradle-jaxb-plugin didn't work after upgrade to gradle 7.2 anymore. But this fork doesn't work either unless this PR is merged. Any idea when this can be done? |
There is another fork that works with gradle 7... |
How to solve? |
I can confirm @seanrl's fork works well with Gradle 7.3.3. |
I was formerly an admin, i Can tell you that everyone that use to support this are no longer at the company, and have had our permissions removed. I'll reach out to some people i know who are still there and see if they can get it moving. |
This adds the appropriate @internal annotations to resolve the Gradle 7+ incompatibility bugs described in Issue #51.