Build: Fix jpsStandalone dependency in core.descriptors.runtime
This commit is contained in:
@@ -16,7 +16,7 @@ dependencies {
|
|||||||
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
Platform[192].orHigher {
|
Platform[192].orHigher {
|
||||||
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
|
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
|
||||||
testRuntimeOnly(intellijPluginDep("jps-standalone")) { includeJars("jps-model") }
|
testRuntimeOnly(jpsStandalone()) { includeJars("jps-model") }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user