Move eval4j to idea

This commit is contained in:
Yan Zhulanow
2019-03-07 17:41:36 +03:00
parent 65da7ba971
commit b2a47027fb
24 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<element id="module-output" name="kotlin.core.descriptors.jvm.main" />
<element id="module-output" name="kotlin.core.descriptors.main" />
<element id="module-output" name="kotlin.core.deserialization.main" />
<element id="module-output" name="kotlin.eval4j.main" />
<element id="module-output" name="kotlin.idea.eval4j.main" />
<element id="module-output" name="kotlin.idea.fir-view.main" />
<element id="module-output" name="kotlin.compiler.frontend.java.main" />
<element id="module-output" name="kotlin.compiler.frontend.script.main" />
+1 -1
View File
@@ -540,7 +540,7 @@ tasks {
":idea:idea-gradle-native:test",
":idea:idea-maven:test",
":j2k:test",
":eval4j:test")
":idea:eval4j:test")
}
create("idea-plugin-tests") {
+1 -1
View File
@@ -33,7 +33,7 @@ dependencies {
compile(projectRuntimeJar(":kotlin-daemon-client"))
compile(project(":kotlin-compiler-runner")) { isTransitive = false }
compile(project(":compiler:plugin-api"))
compile(project(":eval4j"))
compile(project(":idea:eval4j"))
compile(project(":j2k"))
compile(project(":idea:formatter"))
compile(project(":idea:fir-view"))
@@ -1,4 +1,3 @@
plugins {
kotlin("jvm")
id("jps-compatible")
@@ -381,7 +381,7 @@ tasks {
dependsOn(":idea:idea-gradle:test",
":idea:idea-maven:test",
":j2k:test",
":eval4j:test")
":idea:eval4j:test")
}
create("idea-plugin-tests") {
+1 -1
View File
@@ -28,7 +28,7 @@ val projectsToShadow by extra(listOf(
":core:descriptors",
":core:descriptors.jvm",
":core:deserialization",
":eval4j",
":idea:eval4j",
":idea:formatter",
":compiler:psi",
*if (project.findProperty("fir.enabled") == "true") {
+1 -1
View File
@@ -93,7 +93,7 @@ include ":kotlin-build-common",
":idea:idea-gradle-native",
":idea",
":idea-runner",
":eval4j",
":idea:eval4j",
":j2k",
":plugins:lint",
":plugins:kapt3-idea",