File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
build-logic/build-logic/src/main/kotlin/com/ensody/buildlogic Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 45
45
# Publish packages
46
46
- name : Publish package
47
47
if : startsWith(github.ref, 'refs/tags/v-')
48
- run : ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
48
+ run : ./gradlew publishToMavenCentral
49
49
env :
50
50
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.PUBLICATION_USERNAME }}
51
51
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.PUBLICATION_PASSWORD }}
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ fun Project.setupBuildLogic(block: Project.() -> Unit) {
107
107
signAllPublications()
108
108
}
109
109
pom {
110
+ name = " ${rootProject.name} : ${project.name} "
110
111
description = project.description?.takeIf { it.isNotBlank() }
111
112
? : " Kotlin Multiplatform ViewModels and reactive state management based on StateFlow"
112
113
url = " https://github.com/ensody/ReactiveState-Kotlin"
You can’t perform that action at this time.
0 commit comments