Make it possible to depend on the rest of :prepare:ide-plugin-dependencies modules
Those modules used as "aggregate" modules. kotlin-ide modules depend on them in coop-dev
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
idePluginDependency {
|
||||
publishProjectJars(listOf(
|
||||
":compiler:cli",
|
||||
":compiler:cli-js"
|
||||
))
|
||||
}
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
publishJarsForIde(listOf(
|
||||
":compiler:cli",
|
||||
":compiler:cli-js"
|
||||
))
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
idePluginDependency {
|
||||
publishTestJar(listOf(":compiler:test-infrastructure", ":compiler:tests-common-new", ":compiler:test-infrastructure-utils"))
|
||||
}
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
publishJarsForIde(listOf(":compiler:test-infrastructure", ":compiler:tests-common-new", ":compiler:test-infrastructure-utils"))
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
idePluginDependency {
|
||||
publishProjectJars(listOf(":plugins:lombok:lombok-compiler-plugin"))
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
publishJarsForIde(listOf(":plugins:lombok:lombok-compiler-plugin"))
|
||||
|
||||
Reference in New Issue
Block a user