You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
379 B
21 lines
379 B
7 years ago
|
description = "Spring Framework (Bill of Materials)"
|
||
|
|
||
|
dependencyManagement {
|
||
|
generatedPomCustomization {
|
||
|
enabled = false
|
||
|
}
|
||
|
}
|
||
|
|
||
|
configurations.archives.artifacts.clear()
|
||
|
artifacts {
|
||
|
// work around GRADLE-2406 by attaching text artifact
|
||
|
archives(file("spring-framework-bom.txt"))
|
||
|
}
|
||
|
|
||
|
install {
|
||
|
repositories.mavenInstaller {
|
||
|
pom.whenConfigured {
|
||
|
packaging = "pom"
|
||
|
}
|
||
|
}
|
||
|
}
|