Re: Downloading JavaDocs when using Gradle

2020-12-14 Thread Laszlo Kishalmi
You can go down to artifact level and do a right click! ;) On 12/14/20 1:08 AM, Thomas Kellerer wrote: Ah, that worked. Thanks. I typically don't download all JavaDocs for a project, but if downloading individual ones doesn't work, I can live with that. Thomas Laszlo Kishalmi schrieb am 14.1

Re: Downloading JavaDocs when using Gradle

2020-12-14 Thread Thomas Kellerer
Ah, that worked. Thanks. I typically don't download all JavaDocs for a project, but if downloading individual ones doesn't work, I can live with that. Thomas Laszlo Kishalmi schrieb am 14.12.2020 um 09:10: > Just try a right click on the Configurations node in the Project View. > > On 12/14/20

Re: Downloading JavaDocs when using Gradle

2020-12-14 Thread Laszlo Kishalmi
Just try a right click on the Configurations node in the Project View. On 12/14/20 12:04 AM, Thomas Kellerer wrote: No ideas? Is this simply not possible with Gradle? I also tried it with 12.2, but that wouldn't download the JavaDocs either Thomas Thomas Kellerer schrieb am 03.12.2020 um 16:

Re: Downloading JavaDocs when using Gradle

2020-12-14 Thread Thomas Kellerer
No ideas? Is this simply not possible with Gradle? I also tried it with 12.2, but that wouldn't download the JavaDocs either Thomas Thomas Kellerer schrieb am 03.12.2020 um 16:20: > Hello, > > I can't get the "Download JavaDoc" option to work with Gradle. > > What I did with Maven projects was

Downloading JavaDocs when using Gradle

2020-12-03 Thread Thomas Kellerer
Hello, I can't get the "Download JavaDoc" option to work with Gradle. What I did with Maven projects was to initiate the JavaDoc popup for a class or method. Then I click on the "Attach Javadocs..." link in the popup window which makes the "Select JavaDoc" window appear (mentioning the .jar fil