|
|
|
|
@ -14,7 +14,7 @@ pluginManagement {
@@ -14,7 +14,7 @@ pluginManagement {
|
|
|
|
|
} |
|
|
|
|
resolutionStrategy { |
|
|
|
|
eachPlugin { |
|
|
|
|
if (requested.id.id == "org.springframework.boot") { |
|
|
|
|
if (requested.id.id.startsWith("org.springframework.boot")) { |
|
|
|
|
useModule "org.springframework.boot:spring-boot-gradle-plugin:${requested.version}" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|