mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-22 15:22:47 +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
|
||||
processResources {
|
||||
inputs.property('fullVersion', fullVersion)
|
||||
|
Loading…
Reference in New Issue
Block a user