Publish :idea-frontend-api, :idea-frontend-fir, :idea-fir-low-level-api modules artifacts

These artifacts are used in Kotlin plugin
This commit is contained in:
Nikita Bobko
2021-06-21 18:48:56 +02:00
committed by teamcityserver
parent 8b018f0a40
commit e5fbd0e2d8
6 changed files with 29 additions and 1 deletions
@@ -0,0 +1,5 @@
plugins {
kotlin("jvm")
}
publishJarsForIde(listOf(":idea-frontend-fir"))
@@ -0,0 +1,5 @@
plugins {
kotlin("jvm")
}
publishTestJarsForIde(listOf(":idea-frontend-fir"))
@@ -0,0 +1,5 @@
plugins {
kotlin("jvm")
}
publishJarsForIde(listOf(":idea-frontend-api"))
@@ -0,0 +1,5 @@
plugins {
kotlin("jvm")
}
publishJarsForIde(listOf(":idea-frontend-fir:idea-fir-low-level-api"))