Ignore spring-framework-bom project in global config
This commit ensures that the spring-framework-bom project is ignored from the global configuration block. If not, many conventions and dependencies are added to it and add noise to the published BOM. See gh-23282
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
description = "Spring Framework (Bill of Materials)"
|
||||
|
||||
apply plugin: "java"
|
||||
apply plugin: "maven"
|
||||
|
||||
configurations.archives.artifacts.clear()
|
||||
|
||||
Reference in New Issue
Block a user