I am trying to link into some Javadocs hosted at javadoc.io (specifically, PowerMock\'s Javadocs) using the @link
option. I have tried to add the URL to PowerMock\'
I have investigated the problem, the issue here is that a user agent must be set (an empty string is ok) in order for the connection to javadoc.io to complete successfully.
I worked the problem around and wrote a Gradle plugin that may be of help for those who rely on that build system.
Unfortunately, the work around can not get ported to the regular javadoc -link
command invocation.