Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to enable gradle for Netbeans?

I enabled groovy through options > miscellaneous but don't see a plugin for gradle. How do I enable gradle for Netbeans 11?

see also:

does netbeans 11 support grails?

like image 452
Thufir Avatar asked Oct 27 '25 10:10

Thufir


1 Answers

Since you have already installed and activated Groovy, Gradle is enabled in NetBeans 11 simply by installing the Gradle plugin.

All NetBeans plugins are installed through the Tools > Plugins screen. To install the Gradle plugin:

  • On the Plugins screen click the Available Plugins tab.
  • Click the Name column header to sort the entries by name.
  • Locate the entry named Gradle, check it, then click the Install button:

    gradlePlugin

  • The Gradle plugin will be downloaded and installed. No restart will be required if that is the only plugin being installed.

To verify that the installation of the Gradle plugin was successful:

  • On the Plugins screen click the Installed tab.
  • Check the Show Details checkbox.
  • Scroll down and verify that there is an entry for Gradle:

    installedPlugins

like image 173
skomisa Avatar answered Oct 29 '25 06:10

skomisa



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!