Skip to content

Commit 4315acf

Browse files
committed
Disable caching of changing modules
1 parent 8de30c4 commit 4315acf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ subprojects { subproject ->
5050
}
5151

5252
configurations {
53+
all {
54+
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
55+
}
5356
internal {
5457
canBeConsumed = false
5558
canBeResolved = false

0 commit comments

Comments
 (0)