Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit f189202

Browse files
committed
fix: android publish
1 parent 130754d commit f189202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test-turbine = { module = "app.cash.turbine:turbine", version = "0.12.1" }
4141
gradlePlugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
4242
gradlePlugin-testLogger = { module = "com.adarshr:gradle-test-logger-plugin", version = "3.2.0" }
4343
gradlePlugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
44-
gradlePlugin-publish = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.27.0" }
44+
gradlePlugin-publish = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.28.0" }
4545

4646
[bundles]
4747
common-test = [

sqlite-storage-plugin/src/main/kotlin/ConfigurePublish.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ internal fun Project.configurePublish(info: PackageInfoExtension) {
1414
}
1515

1616
(project as ExtensionAware).extensions.configure<MavenPublishBaseExtension> {
17-
publishToMavenCentral(SonatypeHost.S01, automaticRelease = false)
17+
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = false)
1818
signAllPublications()
1919

2020
coordinates(

0 commit comments

Comments
 (0)