Build: Cleanup :js:js.tests buildscript
This commit is contained in:
@@ -37,9 +37,6 @@ dependencies {
|
||||
testCompileOnly(project(":compiler:cli-js-klib"))
|
||||
testCompileOnly(project(":compiler:util"))
|
||||
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
Platform[193].orLower {
|
||||
testCompileOnly(intellijDep()) { includeJars("openapi", rootProject = rootProject) }
|
||||
}
|
||||
testCompileOnly(intellijDep()) { includeJars("idea", "idea_rt", "util") }
|
||||
testCompile(project(":compiler:backend.js"))
|
||||
testCompile(project(":compiler:backend.wasm"))
|
||||
@@ -59,14 +56,8 @@ dependencies {
|
||||
|
||||
testRuntime(project(":kotlin-reflect"))
|
||||
|
||||
if (Platform[193].orLower()) {
|
||||
testRuntime(intellijDep()) { includeJars("picocontainer", rootProject = rootProject) }
|
||||
}
|
||||
testRuntime(intellijDep()) { includeJars("trove4j", "guava", "jdom", rootProject = rootProject) }
|
||||
|
||||
|
||||
val currentOs = OperatingSystem.current()
|
||||
|
||||
testRuntime(kotlinStdlib())
|
||||
testJsRuntime(kotlinStdlib("js"))
|
||||
if (!kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
|
||||
Reference in New Issue
Block a user