Skip to content

Commit 38c2010

Browse files
committed
Remove println from springVersion
Issue gh-7801
1 parent 6a28d9e commit 38c2010

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/spring-security-core.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ configure(project.tasks.withType(Test)) {
5757
}
5858

5959
String springVersion() {
60-
println project.configurations.compile.resolvedConfiguration.resolvedArtifacts.collect { it.name }
6160
return project.configurations.compile.resolvedConfiguration.resolvedArtifacts
6261
.find { it.name == 'spring-core' }.moduleVersion.id.version
6362
}

0 commit comments

Comments
 (0)