|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
maven {
|
|
|
|
|
url 'https://repo.spring.io/libs-snapshot'
|
|
|
|
|
}
|
|
|
|
|
repositories {
|
|
|
|
|
maven { url 'https://repo.spring.io/milestone' }
|
|
|
|
|
maven { url 'https://repo.spring.io/snapshot' }
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
resolutionStrategy {
|
|
|
|
|
eachPlugin {
|
|
|
|
|
if (requested.id.id == 'org.springframework.boot') {
|
|
|
|
|
useModule "org.springframework.boot:spring-boot-gradle-plugin:${requested.version}"
|
|
|
|
|
useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|