kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
170 stars 57 forks source link

Cannot open Gradle 3.5 project, no indication why not #336

Closed rdiez closed 7 years ago

rdiez commented 7 years ago

This repository upgraded recently to Gradle 3.5, and I cannot open it anymore:

https://github.com/mucommander/mucommander

I guess this version of Gradle is too new for the plug-in. The trouble is, I cannot find which Gradle versions are supported. This is probably worth documenting. It would also be better if the plug-in would recognise the directory as a Gradle project, and then issued an error message stating that it is too new for the plug-in.

kelemen commented 7 years ago

I can open that project without any problem with Gradle 3.5 (and can also do other projects with 3.5). Can you specify what exactly your problem is?

If the plugin does not work (fully) with a particular version of Gradle, it will report it when you attempt to use it. So far, there is only two unsupported version: 1.8 (breaks debugging) and 2.3 (partially supported).

rdiez commented 7 years ago

Sorry, my mistake, the plug in was installed but disabled.