We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca23c7 commit 60f21d6Copy full SHA for 60f21d6
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -159,7 +159,7 @@ fun Project.configureJReleaser() {
159
).forEach {
160
if (System.getenv(it).isNullOrBlank()) {
161
missingVariables = true
162
- logger.warn("Skipping JReleaser configuration, missing required environment variable: $it")
+ logger.info("Skipping JReleaser configuration, missing required environment variable: $it")
163
}
164
165
if (missingVariables) return
0 commit comments