Browse Source

Check new snapshots for every build

pull/1111/head
Sebastien Deleuze 9 years ago
parent
commit
49fc32e214
  1. 5
      spring-web-reactive/build.gradle

5
spring-web-reactive/build.gradle

@ -25,6 +25,11 @@ repositories { @@ -25,6 +25,11 @@ repositories {
maven { url 'http://repo.spring.io/snapshot' } // Reactor snapshot
}
configurations.all {
// check for updates every build
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
dependencies {
compile "org.springframework:spring-core:4.2.0.RELEASE"
compile "org.springframework:spring-web:4.2.0.RELEASE"

Loading…
Cancel
Save