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 visible (Hide)

gradle-maven-publish-plugin - 0.15.0

Published by gabrielittner over 3 years ago

gradle-maven-publish-plugin - 0.14.1

Published by gabrielittner over 3 years ago

gradle-maven-publish-plugin - 0.14.0

Published by gabrielittner over 3 years ago

gradle-maven-publish-plugin - 0.14.2

Published by gabrielittner over 3 years ago

gradle-maven-publish-plugin - 0.13.0

Published by vanniktech about 4 years ago

gradle-maven-publish-plugin - 0.12.0

Published by vanniktech over 4 years ago

Kudos to gabrielittner.

gradle-maven-publish-plugin - 0.11.1

Published by vanniktech over 4 years ago

  • Pom packaging is not written #82
gradle-maven-publish-plugin - 0.11.0

Published by vanniktech over 4 years ago

  • Actually the same as 0.10.0 since I forgot to pull master before building :/
gradle-maven-publish-plugin - 0.10.0

Published by vanniktech over 4 years ago

Again, huge thanks to gabrielittner for all of his work in this release.

gradle-maven-publish-plugin - 0.9.0

Published by vanniktech over 4 years ago

Huge thanks to gabrielittner for all of his work in this release.

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