We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f4565 commit dd6f48dCopy full SHA for dd6f48d
2 files changed
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.properties
@@ -11,5 +11,5 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
14
-supabase-version = 3.2.0-rc-1
+supabase-version = 3.2.0-test
15
base-group = io.github.jan-tennert.supabase
0 commit comments