mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
Check new snapshots for every build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user