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.
173 stars 57 forks source link

editor: build.gradle select in projects does not work #436

Closed bernard01 closed 4 years ago

bernard01 commented 4 years ago

How to reproduce:

Expected behavior:

In the project window, the build.gradle file should be selected so one can navigate the project

Actual behavior:

Nothing is selected / highlighted.

kelemen commented 4 years ago

Are you sure you are using this plugin? I have checked and the build.gradle gets selected as it should.

bernard01 commented 4 years ago

Thanks for the quick response. Good question. I am using NetBeans IDE 11.3 which includes gradle support via Modules installed: DukeScript Gradle Project Wizard, Gradle, Groovy and Gradle, Gradle Java EE, Groovy. What to do?

kelemen commented 4 years ago

Then you are not using this plugin, you should open an issue on NB issue page.

bernard01 commented 4 years ago

Thanks for your advice.