1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Update to spring-boot-gradle-plugin:1.5.17

Fixes gh-5831
This commit is contained in:
Joe Grandja
2018-11-28 05:48:50 -05:00
parent dfacad020b
commit faefcc73e9
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -70,8 +70,8 @@ def customizePom(pom, gradleProject) {
email = 'rwinch@gopivotal.com'
}
}
if(!gradleProject.name.endsWith('-bom')) {
// Exclude spring-framework-bom for sample Boot projects since spring-boot-starter-parent imports spring-framework-bom
if(!gradleProject.name.endsWith('-bom') && !sampleBootProjects.contains(gradleProject)) {
dependencyManagement {
dependencies {
dependency {