kukido / eclipser

Eclipser is an IntelliJ plugin. It converts Eclipse launch configurations into IntelliJ IDEA run configurations.
Apache License 2.0
37 stars 28 forks source link

Support for Intellij 2022.2.1 #50

Closed adben closed 3 months ago

adben commented 2 years ago

With the last release of intellij(build IU-222.3739.54) the plugin does not works, any plans for updates?

b1tc4b commented 2 years ago

I forked the repo and bumped the versions -> https://github.com/b1tc4b/eclipser

Just clone and build it (>JDK11) ./gradlew buildPlugin

After the build you will find a zip file in "build/distributions" which can be installed in recent IntelliJ versions.

Maybe this helps someone else...

cheers

kukido commented 2 years ago

Will take care of it today.

kukido commented 2 years ago

@b1tc4b Thank you for the patch, it was merged and the plugin was uploaded. 🎉