mirror of
https://github.com/gradle/actions.git
synced 2025-04-21 18:29:18 +08:00
Restore log level changes
This commit is contained in:
parent
abad4b93f2
commit
c8026aaa7f
@ -187,7 +187,7 @@ if (GradleVersion.current() < GradleVersion.version('6.0')) {
|
||||
pluginManager.withPlugin(DEVELOCITY_PLUGIN_ID) {
|
||||
afterEvaluate {
|
||||
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.allowUntrustedServer = develocityAllowUntrustedServer
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user