mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
compilation fix
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user