Made gradle check for dependency updates every build
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
apply plugin: "java"
|
||||
|
||||
configurations.all {
|
||||
// Check for updates every build
|
||||
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
|
||||
Reference in New Issue
Block a user