Add kotlin-stdlib-minimal-for-test.jar artefact to the published dependencies

Some compiler tests rely on this jar instead of the regular `stdlib`
This commit is contained in:
Roman Golyshev
2021-06-11 14:36:43 +03:00
committed by TeamCityServer
parent 73d4110c92
commit 6ea4b8997b
3 changed files with 7 additions and 0 deletions
@@ -0,0 +1,5 @@
plugins {
kotlin("jvm")
}
publishJarsForIde(listOf(":kotlin-stdlib:jvm-minimal-for-test"))