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:
committed by
TeamCityServer
parent
73d4110c92
commit
6ea4b8997b
+5
@@ -0,0 +1,5 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
publishJarsForIde(listOf(":kotlin-stdlib:jvm-minimal-for-test"))
|
||||
Reference in New Issue
Block a user