Restore log level changes

This commit is contained in:
Pavlo Shevchenko 2024-03-07 09:04:40 +01:00 committed by daz
parent abad4b93f2
commit c8026aaa7f
No known key found for this signature in database

View File

@ -187,7 +187,7 @@ if (GradleVersion.current() < GradleVersion.version('6.0')) {
pluginManager.withPlugin(DEVELOCITY_PLUGIN_ID) { pluginManager.withPlugin(DEVELOCITY_PLUGIN_ID) {
afterEvaluate { afterEvaluate {
if (develocityUrl && develocityEnforceUrl) { if (develocityUrl && develocityEnforceUrl) {
logger.quiet("Enforcing Develocity: $develocityUrl, allowUntrustedServer: $develocityAllowUntrustedServer for Build Scan plugin") logger.lifecycle("Enforcing Develocity: $develocityUrl, allowUntrustedServer: $develocityAllowUntrustedServer for Build Scan plugin")
develocity.server = develocityUrl develocity.server = develocityUrl
develocity.allowUntrustedServer = develocityAllowUntrustedServer develocity.allowUntrustedServer = develocityAllowUntrustedServer
} }