You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says that maven-javadoc-plugin does not work, but we have confirmed that it works with the latest java11/17, although with a warning, so we will consider whether this setting is necessary.
terasoluna-gfw-ommon-libraries/pom.xml
<profiles>
<profile>
<id>jdk11</id>
<activation>
<jdk>11</jdk>
</activation>
<properties>
<!-- coverall 4.3.0 or previous version does not work on Java 11, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
<coveralls.skip>true</coveralls.skip>
<!-- javadoc does not work on Java 11.0.2, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920020 -->
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
</profile>
</profiles>
Possible Solution
Consider whether the setting is necessary, and if not, delete it.
Affect versions
5.x.x.RELEASE
Issue links
#xx
The text was updated successfully, but these errors were encountered:
Description
It says that maven-javadoc-plugin does not work, but we have confirmed that it works with the latest java11/17, although with a warning, so we will consider whether this setting is necessary.
terasoluna-gfw-ommon-libraries/pom.xml
Possible Solution
Consider whether the setting is necessary, and if not, delete it.
Affect versions
Issue links
The text was updated successfully, but these errors were encountered: