make it check for updates regularly
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m31s

This commit is contained in:
Daniella / Tove 2024-06-25 05:35:36 +02:00
parent 7be8cabc2d
commit d241cf9cc9
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
4 changed files with 12 additions and 0 deletions

View file

@ -75,6 +75,9 @@ repositories {
configurations {
jarLibs
configureEach {
resolutionStrategy.cacheChangingModulesFor 60, 'seconds'
}
}
dependencies {

View file

@ -13,6 +13,9 @@ repositories {
configurations {
jarLibs
configureEach {
resolutionStrategy.cacheChangingModulesFor 60, 'seconds'
}
}
dependencies {

View file

@ -66,6 +66,9 @@ repositories {
configurations {
jarLibs
configureEach {
resolutionStrategy.cacheChangingModulesFor 60, 'seconds'
}
}
dependencies {

View file

@ -15,6 +15,9 @@ repositories {
configurations {
embed
compile.extendsFrom(embed)
configureEach {
resolutionStrategy.cacheChangingModulesFor 60, 'seconds'
}
}
dependencies {