mirror of
https://github.com/gradle/actions.git
synced 2025-04-23 03:09:20 +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) {
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user