mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
SEC-2385: Polish Gradle Spring 4 usage doc
This commit is contained in:
parent
a34178bc40
commit
0d12397662
@ -285,7 +285,7 @@ By default Gradle will use the newest version when resolving transitive versions
|
||||
configurations.all {
|
||||
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
|
||||
if (details.requested.group == 'org.springframework') {
|
||||
details.useVersion {spring4-version}
|
||||
details.useVersion '{spring4-version}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user