Bump gradle-maven-publish-plugin from 0.16.0 to 0.17.0

Summary:
From the changelog:

> Removed the deprecated uploadArchives and installArchives tasks. Use publish and publishToMavenLocal instead.

Made the necessary changes to docs and scripts.

Reviewed By: nikoant

Differential Revision: D29752895

fbshipit-source-id: 6e96c7ea9b26be2acb40b9089cb361837ab10a1b
This commit is contained in:
Pascal Hartig
2021-07-29 09:33:57 -07:00
committed by Facebook GitHub Bot
parent cfc9e07fe2
commit 4f3ee3ea57
4 changed files with 5 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ involves creating a JIRA account and opening an issue to apply for the `com.face
to find an existing member of this namespace to vouch for you. While this is a lot, it ensures that nobody
from outside the organisation can publish under our name.
The `uploadArchives` gradle task uses the OSSRH Sonatype Nexus credentials to upload all Flipper Java artifacts. That
The `publish` (previously `uploadArchives`) gradle task uses the OSSRH Sonatype Nexus credentials to upload all Flipper Java artifacts. That
includes the core SDK as well as our plugins. The credentials are *not* your login to Nexus, but the user tokens
you can get from [your profile](https://oss.sonatype.org/#profile;User%20Token).