File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 6161 tag_name : ${{ github.event.inputs.versionName }}
6262 release_name : ${{ github.event.inputs.versionName }}
6363 draft : true
64- prerelease : false
64+ prerelease : false
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
66
77# Kotlin
88kotlin.code.style =official
9- kotlin.js.compiler =ir
109
1110# Compose
1211org.jetbrains.compose.experimental.uikit.enabled =true
@@ -17,7 +16,7 @@ android.useAndroidX=true
1716android.nonTransitiveRClass =true
1817
1918# Sonatype
20- SONATYPE_HOST =S01
19+ SONATYPE_HOST =CENTRAL_PORTAL
2120RELEASE_SIGNING_ENABLED =true
2221SONATYPE_AUTOMATIC_RELEASE =true
2322
Original file line number Diff line number Diff line change 1-
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
43distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
You can’t perform that action at this time.
0 commit comments