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

Submit to Gradle Plugin portal #46

Closed
aalmiray opened this issue Jul 18, 2014 · 4 comments
Closed

Submit to Gradle Plugin portal #46

aalmiray opened this issue Jul 18, 2014 · 4 comments

Comments

@aalmiray
Copy link
Contributor

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
@aalmiray
Copy link
Contributor Author

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.

@hierynomus
Copy link
Owner

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

@hierynomus
Copy link
Owner

Fixed with 5f7662d

@aalmiray
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants