suusan2go / kotlin-fill-class

Intellij plugin that provides intention action for empty constructor
https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class
MIT License
268 stars 31 forks source link

add checking compatibility job to CI #104

Open oboenikui opened 1 year ago

oboenikui commented 1 year ago

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.