Re-enable Gradle Depencency Cache

Closes gh-9544
This commit is contained in:
Rob Winch 2021-04-04 20:58:39 -05:00
parent f6a5b723cb
commit a90adbc123
1 changed files with 0 additions and 9 deletions

View File

@ -34,15 +34,6 @@ class RootProjectPlugin implements Plugin<Project> {
project.repositories.mavenCentral() project.repositories.mavenCentral()
project.allprojects {
configurations.all {
resolutionStrategy {
cacheChangingModulesFor 0, "seconds"
cacheDynamicVersionsFor 0, "seconds"
}
}
}
String projectName = Utils.getProjectName(project) String projectName = Utils.getProjectName(project)
project.sonarqube { project.sonarqube {
properties { properties {