Skip to content

Commit cc0befb

Browse files
philwebbwilkinsona
authored andcommitted
Temporarily change SNAPSHOT timeout to 1 hour
1 parent dbd9db0 commit cc0befb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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)