Skip to content

Commit

Permalink
Disable caching of changing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Aug 4, 2020
1 parent db4f451 commit 34eab5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ allprojects {
}

configurations.all {
resolutionStrategy.cacheChangingModulesFor 60, "minutes"
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
}
}

0 comments on commit 34eab5d

Please sign in to comment.