jlagerweij / cucumber-kotlin

Jetbrains plugin for Cucumber step definitions written in Kotlin
https://plugins.jetbrains.com/plugin/10527-cucumber-for-kotlin
Other
20 stars 16 forks source link

1.1.2 and later not available in the 2020.3 EAP marketplace #25

Closed juherr closed 3 years ago

juherr commented 3 years ago

Hi,

I'm using the following IDEA version:

IntelliJ IDEA 2020.3 EAP (Ultimate Edition) Build #IU-203.4818.26, built on October 14, 2020 IntelliJ IDEA EAP User Expiration date: November 13, 2020 Runtime version: 11.0.8+10-b1129.2 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 10.15.7 GC: ParNew, ConcurrentMarkSweep Memory: 1981M Cores: 8 Registry: debugger.watches.in.variables=false Non-Bundled Plugins: com.intellij.ideolog, com.atlassian.bitbucket.references, org.sonarlint.idea, com.dmarcotte.handlebars, org.jetbrains.plugins.vue, org.asciidoctor.intellij.asciidoc, net.lagerwey.cucumber-kotlin

I had the exact same issue than #12 but it look I'm not able to install the installed version 1.1.2:

image

It could be the same problem than #18

jlagerweij commented 3 years ago

Hi,

The reason for this is the fact that this plugin relies on the Gherkin plugin from IntelliJ. That plugin is update on each version of IntelliJ and for versions before 1.1.2 there was no restriction on which IntelliJ the plugin would work for. But there is a restriction as the plugin does not work if the API of the Gherkin plugin changes. So to fix that, I added a restriction for the plugin and because of that the version of the plugin needs to be updated for every release of IntelliJ. So the reason you don't see a newer plugin version is because you are running the EAP. If you use 2020.2 you would find version 1.1.5 available.

juherr commented 3 years ago

I suppose that the plugin 1.1.5 or higher has more chance to be compatible with the latest EAP than the plugin 1.1.2, isn't it? Is there any way to make a release for EAP versions too? Or at least a custom repository with snapshot builds? https://www.jetbrains.com/help/idea/managing-plugins.html#repos

jlagerweij commented 3 years ago

I published v1.1.6 to the normal IDEA plugin marketplace. They review it and it should be available in the next few days.

jlagerweij commented 3 years ago

It already available in the marketplace.

juherr commented 3 years ago

Installed! Thanks :) 👍