Build: Fix jpsStandalone dependency in core.descriptors.runtime

This commit is contained in:
Vyacheslav Gerasimov
2020-05-29 17:17:09 +03:00
parent bb9e8a8a50
commit d612c130e8
+1 -1
View File
@@ -16,7 +16,7 @@ dependencies {
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
Platform[192].orHigher {
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
testRuntimeOnly(intellijPluginDep("jps-standalone")) { includeJars("jps-model") }
testRuntimeOnly(jpsStandalone()) { includeJars("jps-model") }
}
}