Check new snapshots for every build

This commit is contained in:
Sebastien Deleuze
2015-10-01 17:07:13 +02:00
parent 43c23cb775
commit 49fc32e214

View File

@@ -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"