mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Re-enable Gradle Depencency Cache
Closes gh-9544
This commit is contained in:
parent
f6a5b723cb
commit
a90adbc123
@ -34,15 +34,6 @@ class RootProjectPlugin implements Plugin<Project> {
|
||||
|
||||
project.repositories.mavenCentral()
|
||||
|
||||
project.allprojects {
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
cacheChangingModulesFor 0, "seconds"
|
||||
cacheDynamicVersionsFor 0, "seconds"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
String projectName = Utils.getProjectName(project)
|
||||
project.sonarqube {
|
||||
properties {
|
||||
|
Loading…
x
Reference in New Issue
Block a user