Polishing

(cherry picked from commit 8f484d3)
This commit is contained in:
Juergen Hoeller
2014-07-29 11:42:37 +02:00
parent cac0683dab
commit f2eea9d911
14 changed files with 205 additions and 205 deletions

View File

@@ -40,8 +40,7 @@ class TestSourceSetDependenciesPlugin implements Plugin<Project> {
}
}
private void collectProjectDependencies(Set<ProjectDependency> projectDependencies,
Project project) {
private void collectProjectDependencies(Set<ProjectDependency> projectDependencies, Project project) {
for (def configurationName in ["compile", "optional", "provided", "testCompile"]) {
Configuration configuration = project.getConfigurations().findByName(configurationName)
if (configuration) {