Skip to content

Commit

Permalink
Add log statement for ktlint-cli relocation (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans authored Oct 14, 2023
1 parent 3712c88 commit d107daa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ktlint-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ publishing {
name = "mavenCentral"
url = URI.create("https://oss.sonatype.org/service/local/staging/deploy/maven2/")

logger.lifecycle("Create relocation pom.xml for ktlint-cli and upload to $url")

credentials {
username = providers.gradleProperty("SONATYPE_NEXUS_USERNAME").orNull
?: System.getenv("SONATYPE_NEXUS_USERNAME")
Expand All @@ -236,6 +238,8 @@ publishing {

// TODO: Remove in release after ktlint 1.0.1
signing {
logger.lifecycle("Sign relocation pom.xml for ktlint-cli")

// Uncomment following line to use gpg-agent for signing
// See https://docs.gradle.org/current/userguide/signing_plugin.html#sec:using_gpg_agent how to configure it
// useGpgCmd()
Expand Down

0 comments on commit d107daa

Please sign in to comment.