We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8408e34 + ec511d3 commit fc39832Copy full SHA for fc39832
buildSrc/src/main/kotlin/Publishing.kt
@@ -7,7 +7,7 @@ val Project.supabaseVersion get() = System.getProperty("SupabaseVersion") ?: ext
7
8
fun Project.applyPublishing() {
9
extensions.configure(MavenPublishBaseExtension::class) {
10
- publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.S01)
+ publishToMavenCentral()
11
12
if (System.getProperty("DisableSigning") != "true") {
13
signAllPublications()
gradle/libs.versions.toml
@@ -13,7 +13,7 @@ androidx-activity-compose = "1.10.1"
multiplatform-settings = "1.3.0"
14
complete-kotlin = "1.1.0"
15
agp = "8.9.2"
16
-maven-publish = "0.32.0"
+maven-publish = "0.33.0"
17
apollo-kotlin = "4.3.0"
18
#korlibs = "6.0.0"
19
detekt = "1.23.8"
0 commit comments