Skip to content

Commit d975aa6

Browse files
authored
Merge pull request #50 from kubode/migrate-to-central-portal
Migrate from OSSRH to Central Publisher Portal
2 parents 5c1af3d + 55b9e8a commit d975aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android.useAndroidX=true
1313
group=io.github.kubode.compose.shadow
1414
version=0.3.0-SNAPSHOT
1515
# https://vanniktech.github.io/gradle-maven-publish-plugin/central/
16-
SONATYPE_HOST=S01
16+
SONATYPE_HOST=CENTRAL_PORTAL
1717
SONATYPE_AUTOMATIC_RELEASE=true
1818
RELEASE_SIGNING_ENABLED=true
1919
# POM_NAME and POM_DESCRIPTON must be placed in each module.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ androidx-compose-foundation = "1.6.3"
77
androidx-compose-ui = "1.6.2"
88
androidx-compose-runtime = "1.0.0-beta01"
99
androidx-activity = "1.9.1"
10-
maven-publish = "0.27.0"
10+
maven-publish = "0.32.0"
1111

1212
[libraries]
1313
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

0 commit comments

Comments
 (0)