how to enable gradle for Netbeans?

喜夏-厌秋 提交于 2019-12-23 05:11:12

问题


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?


回答1:


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:

  • 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:



来源:https://stackoverflow.com/questions/56529528/how-to-enable-gradle-for-netbeans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!