Skip to content

Commit

Permalink
add zinc configuration to ignored configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Mar 7, 2019
1 parent c08f9c3 commit 0b6d5f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void apply(final Project project) {
if (CORE_BOM_SUPPORT_ENABLED) {
logger.info(project.getName() + ":coreBomSupport feature enabled");
recommendationProviderContainer.excludeConfigurations("archives", NEBULA_RECOMMENDER_BOM, "provided",
"versionManagement", "resolutionRules", "bootArchives", "webapp", "checkstyle", "jacocoAgent", "jacocoAnt", "pmd", "cobertura");
"versionManagement", "resolutionRules", "bootArchives", "webapp", "checkstyle", "jacocoAgent", "jacocoAnt", "pmd", "cobertura", "zinc");
recommendationProviderContainer.excludeConfigurationPrefixes(SCALA_ANALYSIS_CONFIGURATION_PREFIX, "spotbugs", "findbugs");
applyRecommendationsDirectly(project, bomConfiguration);
} else {
Expand Down

0 comments on commit 0b6d5f6

Please sign in to comment.