Releases: vanniktech/gradle-maven-publish-plugin
Releases · vanniktech/gradle-maven-publish-plugin
0.9.0
- merge Utils into ProjectExtensions #108 (gabrielittner)
- initial Kotlin Multiplatform support #105 (gabrielittner)
- new signing property outside of targets #101 (gabrielittner)
- fix crash on non String property types #94 (gabrielittner)
- don't write null values to pom #89 (gabrielittner)
- add pom developer url support #88 (gabrielittner)
- forward Gradle test output #84 (gabrielittner)
- initial Android support for maven-publish #83 (gabrielittner)
- rename useMavenPublish to useLegacyMode #81 (gabrielittner)
- More integration tests #80 (gabrielittner)
- let integration tests run with maven publish, enable signing #79 (gabrielittner)
- add tests for Android libraries #78 (gabrielittner)
- fix sources and javadoc tasks not being executed #77 (gabrielittner)
- Nexus release automation #63 (martinbonnin)
- Require GROUP, POM_ARTIFACT_ID & VERSION_NAME to be set and fail on Gradle < 4.10.1 #62 (martinbonnin)
- Use srcDirs instead of sourceFiles to include Kotlin files to sources jar #48 (lukaville)
- Switch to task-configuration avoidance #46 (ZacSweers)
Huge thanks to gabrielittner for all of his work in this release.
0.8.0
0.7.0
- Remove duplicate jar task from archives configuration #39 (marcphilipp)
- Remove sudo: false from travis config. #36 (vanniktech)
- Migrate general parts of the plugin to Kotlin #35 (gabrielittner)
- Migrate Upload task creation to Kotlin #33 (gabrielittner)
- Experimental implementation of Configurer that uses maven-publish #32 (gabrielittner)
- Create interface to capsulate maven plugin specific configuration #31 (gabrielittner)
- Improve when signing tasks run, consider all targets for signing #30 (gabrielittner)
- Cosmetic changes. #26 (vanniktech)
- Combined configuration and task creation for targets #25 (gabrielittner)
- Reuse MavenDeployer configuration #24 (gabrielittner)
- Add the ability to specify targets and push to multiple maven repos. #23 (budius)
Thanks to @gabrielittner @marcphilipp @budius & @wellingtoncosta for their contributions.
0.6.0
- Configure pom of installArchives task. #20 (gabrielittner)
- Update Plugin Publish Plugin to 0.10.0 #19 (vanniktech)
0.5.0
- Add installArchives task to allow installing android library projects to local maven. #17 (vanniktech)
- Fix a typo in README #16 (Egorand)
- Fix typo in README.md #15 (egor-n)
- fix README not actually setting properties #14 (gabrielittner)
0.4.0
- Remove checks for username and password. #12 (vanniktech)
0.3.0
- 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)
0.2.0
- Throw exception when missing username or password only when executing the task. #2 (vanniktech)
0.1.0
- Initial release