diff --git a/gradle/ide-integration.gradle b/gradle/ide-integration.gradle index aa1821b535..5672927458 100644 --- a/gradle/ide-integration.gradle +++ b/gradle/ide-integration.gradle @@ -1,8 +1,11 @@ -apply plugin: 'idea' - -configure(javaProjects) { +configure(allprojects) { + apply plugin: 'idea' apply plugin: 'eclipse-wtp' + eclipse.project.name = "${project.name}-3.0.x" +} + +configure(javaProjects) { eclipse.classpath.downloadSources = true // GRADLE-1116