hierynomus/license-gradle-plugin

Version 0.15.0 is not deployed to https://plugins.gradle.org/m2/

dmitry-weirdo opened this issue ยท 4 comments

Am not sure if this is deliberate as I see there is a pom, md5 and sha1 but no jar for the latest version : -
https://plugins.gradle.org/m2/com/github/hierynomus/license/com.github.hierynomus.license.gradle.plugin/0.15.0/

ketan commented

Bump. I'm facing the same issue. Is this published somewhere else?

ketan commented

I just noticed that the maven co-ordinates for the plugin have changed:

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }

  dependencies {
    classpath 'gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0'
  }
}

Readme has to be updated.