Skip to content

Commit

Permalink
remove accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Nov 7, 2023
1 parent 9b713a5 commit 717ae6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allprojects {
mavenPublishing {
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.S01)

// signAllPublications()
signAllPublications()
coordinates("io.github.jan-tennert.supabase", this@allprojects.name, extra["supabase-version"].toString())

pom {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ kotlin.experimental.tryK2=false
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true

supabase-version = 1.5.0-local-2
supabase-version = 1.4.7-dev-1
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ include("Realtime")
include("Functions")
include("bom")

//include("test")
//include("test-w")
include("test")
include("test-w")

include(":serializers:Moshi")
project(":serializers:Moshi").name = "serializer-moshi"
Expand Down

0 comments on commit 717ae6f

Please sign in to comment.