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

Make sure the plugin can be used with Gradle 7 #624

Conversation

melix
Copy link
Contributor

@melix melix commented Dec 16, 2020

Gradle 7 removes the maven plugin so even if you compile with an older
version and have the types available, it's possible that they are missing
at runtime.

To workaround this, this commit uses pluginManager.withPlugin('maven')
instead which doesn't need any type available on classpath.

Gradle 7 removes the `maven` plugin so even if you compile with an older
version and have the types available, it's possible that they are missing
at runtime.

To workaround this, this commit uses `pluginManager.withPlugin('maven')`
instead which doesn't need any type available on classpath.
@johnrengelman johnrengelman added this to the 6.2 milestone Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants