make jps-plugin testable from IJ infrastructure
^KTIJ-20456
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
publishTestJarsForIde(
|
||||
listOf(
|
||||
":jps:jps-plugin",
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user