Sourced from gradle-maven-publish-plugin's changelog.
Version 0.15.1 (2021-05-02)
- The
closeAndReleaseRepositorytask was mistakenly expecting the wrong Gradle properties. The README and changelog also mentioned the wrong properties. The correct ones aremavenCentralUsernameandmavenCentralPasswordor for environment variables:ORG_GRADLE_PROJECT_mavenCentralUsernameandORG_GRADLE_PROJECT_mavenCentralPassword.- Fix
signingnot being configurable untilafterEvaluate- Use empty string as in memory signing password when no password is specified
- Fix
statingProfileinnexusOptionsnot being optional which causes an error when runningcloseAndReleaseRepository
c7d7370 Prepare version 0.15.18a33630 apply Signing plugin early in regular plugin (https://github.com/facebook/flipper/issues/235)0c677fe make stagingProfile optional (https://github.com/facebook/flipper/issues/236)7d9a7b1 Use mavenCentralUsername and mavenCentralPassword everywhere (https://github.com/facebook/flipper/issues/230)cafe2fd Fallback to an empty string when signingInMemoryKeyPassword is null (https://github.com/facebook/flipper/issues/231)d4dfbbc Update CHANGELOG.mdd2e035c Prepare next development version.