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 Jul 18, 2024
1 parent 8de30c4 commit 4315acf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ subprojects { subproject ->
}

configurations {
all {
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
}
internal {
canBeConsumed = false
canBeResolved = false
Expand Down

0 comments on commit 4315acf

Please sign in to comment.