netbeans-gradle-project icon indicating copy to clipboard operation
netbeans-gradle-project copied to clipboard

Gradle Wrapper version & Apache poi ooxml

Open jmccay-work opened this issue 7 years ago • 1 comments

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.

jmccay-work avatar Aug 03 '17 01:08 jmccay-work

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.

kelemen avatar Aug 03 '17 18:08 kelemen