Skip to content

Commit a12e5b6

Browse files
philwebbwilkinsona
authored andcommitted
Temporarily change SNAPSHOT timeout to 1 hour
1 parent 139ab66 commit a12e5b6

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
@@ -20,7 +20,7 @@ subprojects {
2020
}
2121

2222
configurations.all {
23-
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
23+
resolutionStrategy.cacheChangingModulesFor 1, "hours"
2424
}
2525
}
2626

0 commit comments

Comments
 (0)