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

Add a marker artifact for the io.spring.javaformat gradle plugin #321

Closed

Conversation

larsgrefer
Copy link
Contributor

see https://docs.gradle.org/7.0/userguide/plugins.html#sec:plugin_markers
see #309

This should re-enable the usage of Gradles "new" plugins DSL

plugins {
    id 'io.spring.javaformat' version '0.0.32'
}

as long as mavenCentral() is added as plugin repository in the settings.gradle:

pluginManagement {
    repositories {
        gradlePluginPortal()
        mavenCentral()
    }
}

@philwebb philwebb added this to the 0.0.x milestone Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants