Skip to content

Commit

Permalink
tmp hack to use snapshot BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
jolivares committed Mar 2, 2015
1 parent e3b608e commit b7892f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

group = 'io.spring.gradle'
group = 'com.github.jolivares'
description = 'Dependency Management Plugin'

ext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ class DependencyManagement {
def DependencyManagement(Project project, Configuration targetConfiguration) {
this.project = project
this.configuration = this.project.configurations.detachedConfiguration()
this.configuration.resolutionStrategy {
cacheChangingModulesFor 0, 'seconds'
}
this.targetConfiguration = targetConfiguration
}

Expand Down

0 comments on commit b7892f8

Please sign in to comment.