I’m trying to add javadoc (even added on Java Platforms), https://docs.gluonhq.com/charm/javadoc/5.0.1/, on Apache NetBeans 12, BellSoft Liberica 14, and tried to apply:
apply plugin: 'idea' idea.module.downloadJavadoc = true
And downloaded sources on project configurations, but it’s not working… Any solution? I’m new to gradle build tool…