Revert "Build: Copy uast to idea plugin as separate artifacts"

This reverts commit e6f6451
This commit is contained in:
Vyacheslav Gerasimov
2018-06-22 17:21:04 +03:00
parent bef97d85af
commit e724cfa60f
7 changed files with 32 additions and 43 deletions
+1
View File
@@ -26,3 +26,4 @@ sourceSets {
}
"test" {}
}
-34
View File
@@ -1,34 +0,0 @@
plugins {
java
kotlin("jvm")
id("jps-compatible")
}
dependencies {
compile(project(":compiler:frontend"))
compile(project(":idea"))
compile(project(":idea:idea-jvm"))
compile(project(":idea:idea-core"))
compile(project(":idea:idea-android"))
compile(project(":plugins:uast-kotlin"))
compileOnly(project(":kotlin-android-extensions-runtime"))
compileOnly(intellijDep())
compileOnly(intellijPluginDep("android"))
}
sourceSets {
"main" {
java.srcDirs("android-annotations/src",
"lint-api/src",
"lint-checks/src",
"lint-idea/src")
}
"test" {}
}
runtimeJar {
archiveName = "android-lint.jar"
}
ideaPlugin()
@@ -19,8 +19,3 @@ sourceSets {
"test" {}
}
runtimeJar {
archiveName = "uast-kotlin-ide.jar"
}
ideaPlugin()
-2
View File
@@ -48,5 +48,3 @@ testsJar {}
projectTest {
workingDir = rootDir
}
ideaPlugin()
-2
View File
@@ -48,5 +48,3 @@ testsJar {}
projectTest {
workingDir = rootDir
}
ideaPlugin()