hierynomus/license-gradle-plugin

Submit to Gradle Plugin portal

aalmiray opened this issue · 4 comments

Instructions are laid out at http://plugins.gradle.org/submit

Suggested values for the gradle-plugin attribute parts:

  • id: com.github.hierynomus.license
  • group: nl.javadude.gradle.plugins
  • artifact: license-gradle-plugin

The shadow plugin uses the com.jfrog.bintray plugin to automate the upload, as shown in https://github.com/johnrengelman/shadow/blob/master/gradle/publish.gradle

You can sync with Sonatype's repo once a package has been published to Bintray.

Thanks for the suggestion. If I find some time next week, I'll give it a shot!

Fixed with 5f7662d

FYI, if Gradle 1.12 must be supported then I believe you can use classpath 'org.codehaus.groovy:groovy-backports-compat23:2.3.5' inside a buildscript block as explained in http://glaforge.appspot.com/article/groovy-2-3-5-out-with-upward-compatibility