We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a28d9e commit 38c2010Copy full SHA for 38c2010
core/spring-security-core.gradle
@@ -57,7 +57,6 @@ configure(project.tasks.withType(Test)) {
57
}
58
59
String springVersion() {
60
- println project.configurations.compile.resolvedConfiguration.resolvedArtifacts.collect { it.name }
61
return project.configurations.compile.resolvedConfiguration.resolvedArtifacts
62
.find { it.name == 'spring-core' }.moduleVersion.id.version
63
0 commit comments