suusan2go / kotlin-fill-class

Intellij plugin that provides intention action for empty constructor

Home Page:https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add checking compatibility job to CI

oboenikui opened this issue · comments

We can check compatibility with running ./gradlew runPluginVerifier.
However, by default, it downloads all supported versions of IDEA CE. Therefore, it is necessary to change the configuration, for example, to limit it to only the latest and oldest versions.
Also, the file size of single IDEA binary is nearly 1 GB, so this change is difficult if the CI has storage size limitations.