netbeans-gradle-project
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.
I am having issues trying to use the plugin ON Netbeans 10/JDK 11. - "Background scanning of projects" hangs at 96% - Trying to run custom task using hotkey F11...
Hello, I am trying to install my Java development environment on a new PC. To get my old projects to work successfully, I installed the exact same version of Java...
The plugin sends the flag -Dtest.debug, but in gradle 7 it has changed to only "debug".
Run File
whenever I click right button on a class with a `main` and then "Run File", the default mainClass will be run instead the selected one
Netbeans IDE 10; java 1.8 plugin Gradle Support 2.0.2 Hi, it looks like, that code completation doesnt work. Any hints are shown. In Ide log tehre is only INFO: INFO...
I have a project that uses annotations, with an annotation processor that needs some configuration. The Gradle plugin itself uses several "-AX=Y" options to pass this configuration to the compiler....
Opening a project on Netbeans 10 using Gradle 5.2, plugin version 2.0.2 and JDK11 results in import errors for classes like java.util.logging.Logger or java.util.logging.Level on Windows 10
I have a multi-module project which has only one src directory for all subprojects. The srcDirs then use an include to select the correct packages: subprojects { sourceSets { main...
Hello, I see that Netbeans 11 due to be released shortly has built-in Gradle support. What is the status of this project in light of that? Will development continue or...
Detect conflicts with Netbeans 11 built-in Gradle plugins to generate some helpful error to the user
It would be nice if this plugin could somehow be enhanced to detect whenever the new Netbeans 11 "Gradle" or "Groovy And Gradle" plugins are installed, and warn the user...