netbeans-gradle-project icon indicating copy to clipboard operation
netbeans-gradle-project copied to clipboard

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.

Results 101 netbeans-gradle-project issues
Sort by recently updated
recently updated
newest added

Today I encountered following issue after having to rename a child project within my multi-project build. Project was renamed outside of Netbeans (because renaming it within the IDE causes git...

It should be trivial to configure the working directory to use when running your code. It should be possible to set this as a Gradle project property, much like the...

enhancement

Good afternoon, On the Gradle panel in the Miscellaneous Options tab, under "Gradle Installation" there is a field called: - Gradle Installation Directory The plugin ignores: - $GRADLE_HOME - $GRADLE_USER_HOME...

enhancement

Hi, If I dont have directory src/test/java/ in a project, then it is not possible to "Tools->create/Update test". I always get error message: ![image](https://cloud.githubusercontent.com/assets/8783570/23298568/7418adaa-fa7e-11e6-868f-74b2f7a826b9.png) Workaround exists: Cretate src/test/java//someClass.java It doesnt...

Hi, I would like to ask you to show transitive dependencies (indirect) in "gray". ![image](https://cloud.githubusercontent.com/assets/8783570/22301679/233cc59c-e32c-11e6-97f4-6f4df162b300.png) I hope, it is easy. with best regards, jiri

Hi, I would like to add "view artifact details" item to context menu of dependency. It works with maven project, so I hope, it is possible to reuse. ![image](https://cloud.githubusercontent.com/assets/8783570/22301793/96b97736-e32c-11e6-9b6d-1cf0d3bfad0e.png) with...

I am looking for the action to use a Gradle plugin profile other than "Default". There is no information on the Gradle profiles page, or any of the linked pages....

It seems the Gradle plugin ignores different Netbeans Configuration. Usually Netbeans runs the Default Profile, but one can create a new configuration (for example, "Headless" to run tests in headless...

When showing the "generated source file" I try to use the "Attach Sources..." button. After pressing "download", the sources get downloaded to the *Maven* local repository (not the gradle module...

This is regarding earlier post [#293.] If I run a test on a single file from netbeans, sometimes each test method is executed twice. However this does not happen if...