compilation fix

This commit is contained in:
Ekaterina Tuzova
2018-03-27 15:03:38 +03:00
parent 8cc4d25d73
commit 42ce5a4479
@@ -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"
}