gradle-maven-publish-plugin

A Gradle plugin that publishes your Android and Kotlin libraries, including sources and javadoc, to Maven Central or any other Nexus instance.

APACHE-2.0 License

Stars
1.2K
Committers
42

Bot releases are hidden (Show)

gradle-maven-publish-plugin - 0.8.0

Published by vanniktech over 5 years ago

  • Change docs format for Kotlin project docs #45 (Ilya-Gh)
  • Add missing backticks in README.md #43 (Egorand)
  • Generate javadocs for Kotlin project with Dokka #37 (Ilya-Gh)
gradle-maven-publish-plugin - 0.7.0

Published by vanniktech almost 6 years ago

Thanks to @gabrielittner @marcphilipp @budius & @WellingtonCosta for their contributions.

gradle-maven-publish-plugin - 0.6.0

Published by vanniktech about 6 years ago

gradle-maven-publish-plugin - 0.5.0

Published by vanniktech about 6 years ago

gradle-maven-publish-plugin - 0.4.0

Published by vanniktech over 6 years ago

gradle-maven-publish-plugin - 0.3.0

Published by vanniktech over 6 years ago

  • Make it possible to specify the release URL as a project property. #9 (swankjesse)
  • Package up the groovy doc in case the groovy plugin is applied. For Java plugins also add the jar archive. #4 (vanniktech)
  • Unify setup, improve a few things and bump versions. #3 (vanniktech)
gradle-maven-publish-plugin - 0.2.0

Published by vanniktech over 6 years ago

  • Throw exception when missing username or password only when executing the task. #2 (vanniktech)
gradle-maven-publish-plugin - 0.1.0

Published by vanniktech over 6 years ago

  • Initial release