Skip to content

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

Merged
johnrengelman merged 1 commit intoGradleUp:masterfrom
melix:cc/gradle-7-compat-fixes/maven-plugin
Feb 21, 2021
Merged

Make sure the plugin can be used with Gradle 7#624
johnrengelman merged 1 commit intoGradleUp:masterfrom
melix:cc/gradle-7-compat-fixes/maven-plugin

Conversation

@melix
Copy link
Copy Markdown
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.

2 participants