Skip to content

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.

3 participants