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

This is to request to add a plugin capability of profiling the project and per test file.

enhancement

The Maven functionality in Netbeans will suggest artifacts and versions for dependencies when ctrl-space is pressed. This is a very useful feature especially when updating the version numbers of dependencies....

my gradle file contains: run { args += '/home/stan/datafiles/cms/SystemConfig.txt' systemProperty "log4j.configuration", "log4j.xml" standardInput = System.in } when i run the following lines from netbeans run or the command line System.out.format("%-30s...

problem ## There is a problem with the Gradle 1.4.3 and Netbeans 9-beta1 and Java 10. an `AssertionError` is raised when attempting to load a palette for the Netbeans Designer...

I have a strange Issue with NetBeans 9 and the recent Gradle plugin. While working on another project I get the warning that parsing a different project fails. But neither...

NB-Gradle version: ~~2.0.0.1~~ 2.0.0.2 The following exception gets thrown every time I do anything with a Gradle project that uses Gradle 3.5 or older and requires executing a gradle command,...

Hi, I followed this tutorial (https://howtoprogram.xyz/2016/09/25/junit-5-gradle-example/) for a basic JUnit 5 gradle example. I had to change the reportsDir in gradle, so the netbeans plugin can find report. After that...

Netbeans IDE dev 201707250001 Gradle version 4.1-rc-1 Plugin version 2.0.0.1 As seen in the image below, 3rd party the require statement gets highlighted as an an error. The code itself...

I converted a Netbeans/Ant project with sub-projects to Gradle. The run/debug menu and right click items are disabled for the main/root project but are enabled for sub-projects. The main project...

I've been using NetBeans 8.2 and Gradle 4.1 with two related Gradle projects for a couple of years with no problem. The main application is in project called vzome-desktop. It...