Skip to content

Commit

Permalink
Merge pull request #101 from chali/ReduceLogging
Browse files Browse the repository at this point in the history
Reduce logging of coreBomSupport enabled notification
  • Loading branch information
chali authored Jan 29, 2019
2 parents 65bdec6 + b36aedb commit 00e8b12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void apply(final Project project) {
recommendationProviderContainer = project.getExtensions().create("dependencyRecommendations", RecommendationProviderContainer.class, project);

if (CORE_BOM_SUPPORT_ENABLED) {
logger.warn("coreBomSupport feature enabled");
logger.info(project.getName() + ":coreBomSupport feature enabled");
recommendationProviderContainer.excludeConfigurations("archives", NEBULA_RECOMMENDER_BOM, "provided",
"versionManagement", "resolutionRules", "bootArchives", "webapp", "checkstyle", "jacocoAgent", "jacocoAnt", "pmd", "findbugs", "spotbugs", "cobertura");
applyRecommendationsDirectly(project, bomConfiguration);
Expand Down

0 comments on commit 00e8b12

Please sign in to comment.