提交 4a3e2484 编写于 作者: B Brian Clozel

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
上级 e9523161
......@@ -49,7 +49,7 @@ ext {
}
}
configure(allprojects) { project ->
configure(allprojects.findAll { (it.name != "spring-framework-bom") } ) { project ->
group = "org.springframework"
apply plugin: "java"
......
description = "Spring Framework (Bill of Materials)"
apply plugin: "java"
apply plugin: "maven"
configurations.archives.artifacts.clear()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册