Only create effective bom artifact when needed

Closes gh-22143
This commit is contained in:
Andy Wilkinson
2020-06-29 13:39:54 +01:00
parent c000ccdaea
commit d33a01a13f
3 changed files with 104 additions and 91 deletions

View File

@@ -7,6 +7,7 @@ plugins {
description = "Spring Boot Dependencies"
bom {
effectiveBomArtifact()
upgrade {
policy = "same-major-version"
gitHub {