Drop compiler-components-for-jps maven artifact
It actualy isn't used for a long time already in IDE
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
val compilerComponents = rootProject.extra["compilerModulesForJps"] as List<String>
|
||||
|
||||
val otherProjects = listOf(":kotlin-daemon-client")
|
||||
|
||||
publishJarsForIde(compilerComponents + otherProjects)
|
||||
Reference in New Issue
Block a user