Skip to content

Commit 34eab5d

Browse files
committed
Disable caching of changing modules
Closes gh-22726
1 parent db4f451 commit 34eab5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ allprojects {
2626
}
2727

2828
configurations.all {
29-
resolutionStrategy.cacheChangingModulesFor 60, "minutes"
29+
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
3030
}
3131
}

0 commit comments

Comments
 (0)