Commit e7b0450a authored by Dave Syer's avatar Dave Syer Committed by Stephane Nicoll

Add missing repositories to snapshot configuration

See gh-17736
parent f9e809b0
pluginManagement { pluginManagement {
repositories { repositories {
maven { maven { url 'https://repo.spring.io/milestone' }
url 'https://repo.spring.io/libs-snapshot' maven { url 'https://repo.spring.io/snapshot' }
} gradlePluginPortal()
} }
resolutionStrategy { resolutionStrategy {
eachPlugin { eachPlugin {
if (requested.id.id == 'org.springframework.boot') { 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}")
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment