diff --git a/project.gradle b/project.gradle index 671dd28..12ce937 100644 --- a/project.gradle +++ b/project.gradle @@ -24,6 +24,9 @@ import org.jetbrains.gradle.ext.JUnit configurations.all { resolutionStrategy { + // check for changing (i.e. SNAPSHOT) updates every build + cacheChangingModulesFor 0, 'seconds' + //failOnVersionConflict() // This has been replaced with eclipse angus implementation