IDE for contributing to plugins and Logstash

I have previously contributed to some Ruby only Plugins, I used Sublime Text Editor for these, now I would like to contribute to Logstash and some of the plugins that are mixture of Java and Ruby. When I try to open the gradle projects for these projects within more heavyweight IDE's such as Eclipse or Intellij I get errors and issues with building or opening the project.

What IDE's do you guys use and what process do you use to build and test the projects that are a mixture of Java and Ruby?

We use IntelliJ IDEA mostly. Most of them are gradle based these days.

I sometimes use SublimeText 3 to view or make small edits to non-Java files.

https://www.jetbrains.com/help/idea/gradle.html#gradle_import

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.