kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
172 stars 57 forks source link

Gradle Wrapper version & Apache poi ooxml #349

Open jmccay-work opened 7 years ago

jmccay-work commented 7 years ago

I love this plugin, and it works great. I am up to date with the version (1.4.2) but my gradle version is stuck at 2.13. The current wrapper I think is 4 something. How can I update the wrapper since it doesn't appear to be updating automatically in NetBeans.

The second problem is viewing the Javadocs for the various Apache POI projects. I can't seem to get Netbeans to view them. Thank you for the help in advance.

kelemen commented 7 years ago

The easiest if you go to the project properties and adjust the Gradle version to be used. Then you can run the wrapper task (and if you want to, you can set Gradle back to detect the Gradle version from the scripts).

If you are downloading POI from Central, you can just select "Download Sources" on the dependencies node. Currently to download javadoc artifacts as well (which you probably don't need if you have the sources), you have to apply the idea plugin and configure it to download javadocs as well.