Rename ide-artifacts project to ide-plugin-dependencies
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
plugins {
|
||||
java
|
||||
}
|
||||
|
||||
idePluginDependency {
|
||||
publish()
|
||||
|
||||
val jar: Jar by tasks
|
||||
|
||||
jar.apply {
|
||||
val distKotlincTask = project(":kotlin-compiler").tasks.getByName("distKotlinc")
|
||||
|
||||
dependsOn(distKotlincTask)
|
||||
from(distKotlincTask)
|
||||
|
||||
}
|
||||
|
||||
sourcesJar()
|
||||
javadocJar()
|
||||
}
|
||||
Reference in New Issue
Block a user