netbeans-gradle-project
netbeans-gradle-project copied to clipboard
Gradle Wrapper version & Apache poi ooxml
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.
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.