Sourced from gradle-maven-publish-plugin's changelog.
Version 0.15.0 (2021-04-24)
- BREAKING: Removed support for deprecated
RELEASE_REPOSITORY_URL,SNAPSHOT_REPOSITORY_URL,SONATYPE_NEXUS_USERNAME,SONATYPE_NEXUS_PASSWORDenvironment variables and properties. For safety reasons the project will fail when finding these. UsemavenCentralRepositoryUsernameandmavenCentralRepositoryPasswordGradle properties orORG_GRADLE_PROJECT_mavenCentralRepositoryUsernameandORG_GRADLE_PROJECT_mavenCentralRepositoryPasswordenvironment variables instead.- BREAKING: Removed deprecated
targetsAPI. See README for alternative ways of adding targets.- Behavior change: The dokka plugin is not applied by default anymore for Kotlin projects. When it is applied we will still use the dokka tasks to create the javadoc jar.
- Support for
s01.oss.sonatype.orgby settingsonatypeHost = "S01".- Introduce
com.vanniktech.maven.publish.baseplugin. This plugin contains all the functionality of the main plugin, but does not configure anything automatically. Instead, it offers a public API, which is also used by the main plugin to do so yourself. This allows for more flexibility and to publish different project types. The API is not final yet, but we're happy to receive feedback.
dbc2cd9 Prepare version 0.15.002d52b1 update README and CHANGELOG for 0.15.0 (https://github.com/facebook/flipper/issues/227)0f8efe0 API improvements for Groovy users (https://github.com/facebook/flipper/issues/226)8df1408 add sonatypeHost to legacy extension, deprecate NexusOptions (https://github.com/facebook/flipper/issues/213)0e1bd41 add API to configure what to publish (https://github.com/facebook/flipper/issues/212)b352ff9 Merge branch 'gmale-fix/variant-error-message'045297f fix detekt863cc21 move section down84730c4 Mention the androidVariantToPublish setting in the README.9e9158d Merge branch 'gmale-fix/variant-error'