Skip to content

Commit c3efef0

Browse files
committed
Update publish workflow and configs
2 parents 8f47e78 + 3300d91 commit c3efef0

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
tag_name: ${{ github.event.inputs.versionName }}
6262
release_name: ${{ github.event.inputs.versionName }}
6363
draft: true
64-
prerelease: false
64+
prerelease: false

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
66

77
#Kotlin
88
kotlin.code.style=official
9-
kotlin.js.compiler=ir
109

1110
#Compose
1211
org.jetbrains.compose.experimental.uikit.enabled=true
@@ -17,7 +16,7 @@ android.useAndroidX=true
1716
android.nonTransitiveRClass=true
1817

1918
#Sonatype
20-
SONATYPE_HOST=S01
19+
SONATYPE_HOST=CENTRAL_PORTAL
2120
RELEASE_SIGNING_ENABLED=true
2221
SONATYPE_AUTOMATIC_RELEASE=true
2322

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip

0 commit comments

Comments
 (0)