diff --git a/edu/idea/build/groovy/org/jetbrains/intellij/build/IdeaEduProperties.groovy b/edu/idea/build/groovy/org/jetbrains/intellij/build/IdeaEduProperties.groovy index 9945c3d8a6ea..7532838c7c70 100644 --- a/edu/idea/build/groovy/org/jetbrains/intellij/build/IdeaEduProperties.groovy +++ b/edu/idea/build/groovy/org/jetbrains/intellij/build/IdeaEduProperties.groovy @@ -22,7 +22,7 @@ class IdeaEduProperties extends IdeaCommunityProperties { private final String dependenciesPath IdeaEduProperties(String home) { - super(new File(home, "community").exists() ? "$home/community" : home) + super(home) dependenciesPath = "$home/edu/dependencies" }