Fix dependency between idea core environment and jdom

This commit is contained in:
Nikolay Krasko
2019-07-17 16:11:53 +03:00
parent 20fedb040f
commit c14f842aa0
@@ -21,6 +21,10 @@ dependencies {
compileOnly(intellijDep()) {
includeJars("trove4j", "picocontainer", rootProject = rootProject)
}
Platform[192].orHigher {
runtimeOnly(intellijCoreDep()) { includeJars("jdom") }
}
}
val writeCopyright by task<WriteCopyrightToFile> {