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 {
|
plugins {
|
||||||
publishProjectJars(listOf(
|
kotlin("jvm")
|
||||||
":compiler:cli",
|
|
||||||
":compiler:cli-js"
|
|
||||||
))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
publishJarsForIde(listOf(
|
||||||
|
":compiler:cli",
|
||||||
|
":compiler:cli-js"
|
||||||
|
))
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
idePluginDependency {
|
plugins {
|
||||||
publishTestJar(listOf(":compiler:test-infrastructure", ":compiler:tests-common-new", ":compiler:test-infrastructure-utils"))
|
kotlin("jvm")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
publishJarsForIde(listOf(":compiler:test-infrastructure", ":compiler:tests-common-new", ":compiler:test-infrastructure-utils"))
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
idePluginDependency {
|
plugins {
|
||||||
publishProjectJars(listOf(":plugins:lombok:lombok-compiler-plugin"))
|
kotlin("jvm")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
publishJarsForIde(listOf(":plugins:lombok:lombok-compiler-plugin"))
|
||||||
|
|||||||
Reference in New Issue
Block a user