make it check for updates regularly
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m31s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m31s
This commit is contained in:
parent
7be8cabc2d
commit
d241cf9cc9
4 changed files with 12 additions and 0 deletions
|
@ -75,6 +75,9 @@ repositories {
|
|||
|
||||
configurations {
|
||||
jarLibs
|
||||
configureEach {
|
||||
resolutionStrategy.cacheChangingModulesFor 60, 'seconds'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -13,6 +13,9 @@ repositories {
|
|||
|
||||
configurations {
|
||||
jarLibs
|
||||
configureEach {
|
||||
resolutionStrategy.cacheChangingModulesFor 60, 'seconds'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -66,6 +66,9 @@ repositories {
|
|||
|
||||
configurations {
|
||||
jarLibs
|
||||
configureEach {
|
||||
resolutionStrategy.cacheChangingModulesFor 60, 'seconds'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -15,6 +15,9 @@ repositories {
|
|||
configurations {
|
||||
embed
|
||||
compile.extendsFrom(embed)
|
||||
configureEach {
|
||||
resolutionStrategy.cacheChangingModulesFor 60, 'seconds'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue