Skip to content

Commit

Permalink
reduce log level at gradle configuration time
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t committed Jun 26, 2018
1 parent 823a9d3 commit db90905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ class ClusterFormationTasks {

static Task configureInstallModuleTask(String name, Project project, Task setup, NodeInfo node, Project module) {
if (node.config.distribution != 'integ-test-zip') {
project.logger.lifecycle("Not installing modules for $name, ${node.config.distribution} already has them")
project.logger.info("Not installing modules for $name, ${node.config.distribution} already has them")
return setup
}
if (module.plugins.hasPlugin(PluginBuildPlugin) == false) {
Expand Down

0 comments on commit db90905

Please sign in to comment.