Skip to content

Commit cd92698

Browse files
authored
Merge pull request #690 from AppDevNext/Migrate_OSSRH_to_CENTRAL_PORTAL
Migrated from OSSRH to CENTRAL_PORTAL
2 parents e72614b + ee6ebef commit cd92698

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ dependencies {
2626
}
2727
```
2828

29-
### Gradle Setup with Sonartype [snapshot]
29+
### Gradle Setup with Maven Central [snapshot]
3030

31-
Currently only from Sonartype snapshot staging is provided
31+
Currently only from Maven Central snapshot staging is provided
3232
```gradle
3333
repositories {
34-
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
34+
maven { url 'https://central.sonatype.com/api/v1/publisher/deployments/download/' }
3535
}
3636
3737
dependencies {

chartLib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("com.android.library")
66
id("maven-publish")
77
id("kotlin-android")
8-
id("com.vanniktech.maven.publish") version "0.34.0"
8+
id("com.vanniktech.maven.publish") version "0.36.0"
99
}
1010

1111
android {

gradle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ android.enableJetifier=false
22
android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx4092M
44

5-
#SONATYPE_HOST=DEFAULT
6-
# or when publishing to https://s01.oss.sonatype.org
7-
SONATYPE_HOST=S01
5+
# OSSRH was shut down on June 30, 2025. Using CENTRAL_PORTAL instead.
6+
SONATYPE_HOST=CENTRAL_PORTAL
87
RELEASE_SIGNING_ENABLED=true
98
POM_ARTIFACT_ID=chart
109
android.nonTransitiveRClass=false

0 commit comments

Comments
 (0)