Skip to content

Commit

Permalink
Upgrade gradle publish plugin
Browse files Browse the repository at this point in the history
New version of Vanniktech plugin supports https://central.sonatype.com/
  • Loading branch information
programadorthi committed Aug 7, 2024
1 parent f90cf27 commit 3ae6daa
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
3 changes: 2 additions & 1 deletion call-logging/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POM_NAME=Call Logging
POM_ARTIFACT_ID=call-logging
POM_ARTIFACT_ID=call-logging
POM_DESCRIPTION=A basic port to https://ktor.io/docs/server-call-logging.html
3 changes: 2 additions & 1 deletion core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POM_NAME=Core
POM_ARTIFACT_ID=core
POM_ARTIFACT_ID=core
POM_DESCRIPTION=The core routing system
3 changes: 2 additions & 1 deletion events-resources/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POM_NAME=Events Resources
POM_ARTIFACT_ID=events-resources
POM_ARTIFACT_ID=events-resources
POM_DESCRIPTION=A type-safe event support to events module
3 changes: 2 additions & 1 deletion events/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POM_NAME=Events
POM_ARTIFACT_ID=events
POM_ARTIFACT_ID=events
POM_DESCRIPTION=A event routing system that the routes are event names
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
kotlin.mpp.androidSourceSetLayoutVersion=2

# Maven
SONATYPE_HOST=S01
SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugin-android = "8.2.2"
plugin-kover = "0.7.5"
plugin-ktlint = "12.1.0"
plugin-maven = "0.27.0"
plugin-maven = "0.29.0"

androidx-activity = "1.8.2"
androidx-startup = "1.1.1"
Expand Down
3 changes: 2 additions & 1 deletion resources/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POM_NAME=Resources
POM_ARTIFACT_ID=resources
POM_ARTIFACT_ID=resources
POM_DESCRIPTION=A type-safe routing extension to core module
3 changes: 2 additions & 1 deletion sessions/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POM_NAME=Sessions
POM_ARTIFACT_ID=sessions
POM_ARTIFACT_ID=sessions
POM_DESCRIPTION=A basic port to https://ktor.io/docs/server-sessions.html
3 changes: 2 additions & 1 deletion status-pages/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POM_NAME=Status Pages
POM_ARTIFACT_ID=status-pages
POM_ARTIFACT_ID=status-pages
POM_DESCRIPTION=A basic port to https://ktor.io/docs/server-status-pages.html

0 comments on commit 3ae6daa

Please sign in to comment.