Skip to content

Commit 9c51108

Browse files
kingsleyadiofacebook-github-bot
authored andcommitted
Migrate to central publishing (#1069)
Summary: Context: We are migrating from Legacy OSSRH to Central Portal (Maven Central) https://fb.workplace.com/groups/osssupport/posts/28470912815863963 Guide: https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/ Plugin release notes: https://github.com/vanniktech/gradle-maven-publish-plugin/releases/tag/0.34.0 Reviewed By: pengj Differential Revision: D78742539
1 parent 55e28e5 commit 9c51108

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ VERSION_NAME=0.51.0-SNAPSHOT
1818
GROUP=com.facebook.litho
1919

2020
SONATYPE_STAGING_PROFILE=comfacebook
21-
SONATYPE_HOST=DEFAULT
22-
RELEASE_SIGNING_ENABLED=true
21+
mavenCentralPublishing=true
22+
signAllPublications=true
2323

2424
POM_URL=https://github.com/facebook/litho
2525
POM_SCM_URL=https://github.com/facebook/litho.git
@@ -38,7 +38,7 @@ DOKKA_VERSION=1.9.20
3838
DATA_CLASS_GENERATE_VERSION=1.0.1
3939

4040
# Deps for publishing
41-
MAVEN_PUBLISH_PLUGIN=0.29.0
41+
MAVEN_PUBLISH_PLUGIN=0.34.0
4242

4343
# Gradle internals
4444
org.gradle.internal.repository.max.retries=10

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
distributionBase=GRADLE_USER_HOME
1616
distributionPath=wrapper/dists
17-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
17+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
1818
zipStoreBase=GRADLE_USER_HOME
1919
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)