mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-22 23:31:34 +01:00
Change resolution strategy to refresh snapshot dependencies more frequently
This commit is contained in:
parent
63c29a318e
commit
84a48adbdd
@ -72,6 +72,11 @@ subprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Dependency caching
|
||||||
|
configurations.all {
|
||||||
|
resolutionStrategy.cacheChangingModulesFor 5, 'minutes'
|
||||||
|
}
|
||||||
|
|
||||||
// Version Injection
|
// Version Injection
|
||||||
processResources {
|
processResources {
|
||||||
inputs.property('fullVersion', fullVersion)
|
inputs.property('fullVersion', fullVersion)
|
||||||
|
Loading…
Reference in New Issue
Block a user