stewert72
stewert72
With JDK 18 I get following Exception while starting the nailgun server. Switching back to JDK17 and it works again. Maybe that's related to this topic. [root@xxx]# java -Dlog4j.properties=/opt/xxx/cfg/log4j.properties -cp...
Sorry, but what must I do to disable doclint? I have tried several things like ``` subprojects { tasks.withType(Javadoc) { options.addStringOption('Xdoclint:none', '-quiet') } } ``` or ``` if (JavaVersion.current().isJava8Compatible()) {...
Ok. Seems this is not a problem of aggregateJavadocs. Find out that the option "Xdoclint:none" was set successfully (Found the set option in a temporary option file created by gradle)....