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

Commits on Dec 16, 2020

  1. Make sure the plugin can be used with Gradle 7

    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.
    melix committed Dec 16, 2020
    Copy the full SHA
    27205f7 View commit details
    Browse the repository at this point in the history