Skip to content

gradle plugin coordinates have changed #12

Description

@McFoggy

when using the buildscript syntax it looks like the plugin coordinates from the gradle portal have changed and now require a gradle.plugin. prefix.

so one should now use a synatx like the following:

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "gradle.plugin.fr.brouillard.oss.gradle:gradle-jgitver-plugin:0.4.0"
  }
}

apply plugin: "fr.brouillard.oss.gradle.jgitver"

Unfortunately this a breaking change, in order to keep the old coordinates one should follow

Some tests are required to understand the behavior of mavenCoordinates and define potentia next steps/stories for the plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions