Skip to content

Commit 2cd99fd

Browse files
committed
immediately dependency refresh added
1 parent 0211bec commit 2cd99fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ targetCompatibility = JavaVersion.VERSION_1_7
1414
group = 'org.scm4j'
1515
version = '4.0-SNAPSHOT'
1616

17+
configurations.all {
18+
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
19+
}
20+
1721
jacocoTestReport {
1822
reports {
1923
xml.enabled = true // coveralls plugin depends on xml format report

0 commit comments

Comments
 (0)