Sourced from gradle-maven-publish-plugin's changelog.
Version 0.16.0 (2021-06-20)
- Add
pomFromGradlePropertiesAPI to base plugin. This configures the pom in the same way the regular plugin does.- Add the ability to remove the default
mavenCentralrepository, by settingsonatypeHosttonull- Support
POM_LICENSE_NAME,POM_LICENSE_URLandPOM_LICENSE_DISTproperties in addition toLICENCEbased properties.- Fixes an issue in the base plugin that caused an error during configuration of Android projects.
- Fixes an issue with javadoc tasks when using Java toolchains.
- The deprecated
nexusOptionsmethod was removed.closeAndReleaseRepositoryis automatically configured.
03c04df Prepare for release 0.16.0.b7bb811 use 0.16.0-rc1039889e Prepare for release 0.16.0-rc1.dc37f7e update README and CHANGELOG for 0.16.0 (https://github.com/facebook/flipper/issues/273)4b8e781 get current java version from toolchain if possible (https://github.com/facebook/flipper/issues/271)9dfa4e0 add support for LICENSE properties in addition to LICENCE (https://github.com/facebook/flipper/issues/272)850e75f fix Android projects in base plugin not working (https://github.com/facebook/flipper/issues/270)fc8c5c2 Fix key password property name in documentation and publication action (https://github.com/facebook/flipper/issues/266)4b3df71 Cleanup (https://github.com/facebook/flipper/issues/251)094ae11 add pomFromGradleProperties API to base plugin (https://github.com/facebook/flipper/issues/250)