9 changed files with 83 additions and 7 deletions
@ -1,7 +1,22 @@
@@ -1,7 +1,22 @@
|
||||
pluginManagement { |
||||
repositories { |
||||
exclusiveContent { |
||||
forRepository { |
||||
maven { url '{systemTestMavenRepository}' } |
||||
} |
||||
filter { |
||||
includeGroup "org.springframework.boot" |
||||
} |
||||
} |
||||
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}" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue