Build: Copy uast to idea plugin as separate artifacts
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
|
||||
description = "Kotlin Android Lint"
|
||||
|
||||
plugins {
|
||||
`java-base`
|
||||
id("jps-compatible-base")
|
||||
}
|
||||
|
||||
val projectsToShadow = listOf(
|
||||
":plugins:lint",
|
||||
":plugins:uast-kotlin",
|
||||
":plugins:uast-kotlin-idea")
|
||||
|
||||
sourceSets {
|
||||
"main" {}
|
||||
"test" {}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
projectsToShadow.forEach { p ->
|
||||
embeddedComponents(project(p)) { isTransitive = false }
|
||||
}
|
||||
}
|
||||
|
||||
runtimeJar {
|
||||
fromEmbeddedComponents()
|
||||
}
|
||||
|
||||
ideaPlugin()
|
||||
Reference in New Issue
Block a user