[Test] Remove useless dependencies on IDEA from FIR test modules
This commit is contained in:
@@ -33,23 +33,7 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation(intellijCoreDep()) { includeJars("intellij-core") }
|
testImplementation(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
testRuntimeOnly(intellijDep()) {
|
testRuntimeOnly(intellijDep()) {
|
||||||
includeJars(
|
includeJars("jna", rootProject = rootProject)
|
||||||
"jps-model",
|
|
||||||
"extensions",
|
|
||||||
"util",
|
|
||||||
"platform-api",
|
|
||||||
"platform-impl",
|
|
||||||
"idea",
|
|
||||||
"guava",
|
|
||||||
"trove4j",
|
|
||||||
"asm-all",
|
|
||||||
"log4j",
|
|
||||||
"jdom",
|
|
||||||
"streamex",
|
|
||||||
"bootstrap",
|
|
||||||
"jna",
|
|
||||||
rootProject = rootProject
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Platform[202] {
|
Platform[202] {
|
||||||
|
|||||||
@@ -37,23 +37,7 @@ dependencies {
|
|||||||
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
|
|
||||||
testRuntimeOnly(intellijDep()) {
|
testRuntimeOnly(intellijDep()) {
|
||||||
includeJars(
|
includeJars("jna", rootProject = rootProject)
|
||||||
"jps-model",
|
|
||||||
"extensions",
|
|
||||||
"util",
|
|
||||||
"platform-api",
|
|
||||||
"platform-impl",
|
|
||||||
"idea",
|
|
||||||
"guava",
|
|
||||||
"trove4j",
|
|
||||||
"asm-all",
|
|
||||||
"log4j",
|
|
||||||
"jdom",
|
|
||||||
"streamex",
|
|
||||||
"bootstrap",
|
|
||||||
"jna",
|
|
||||||
rootProject = rootProject
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Platform[202] {
|
Platform[202] {
|
||||||
|
|||||||
Reference in New Issue
Block a user