jira-importer commented on issue #881:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/881#issuecomment-2957359242

   **[Julien 
Gouesse](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gouessej)**
 commented
   
   [Robert 
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) 
I was affected by this bug, I did the following changes and now it works:
   
   ```
   index 82d21b8..f7e8739 100644
   — a/pom.xml
   +++ b/pom.xml
   @@ -96,12 +96,12 @@
   -->
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-javadoc-plugin</artifactId>
   - <version>3.1.1</version>
   + <version>3.2.0-SNAPSHOT</version>
   <configuration>
   <bottom><![CDATA[<i>Copyright © \\{inceptionYear}-\\{currentYear} Ardor 
Labs. All Rights Reserved.</i>]]>
   </bottom>
   <links>
   - <link>[https://docs.oracle.com/javase/8/docs/api/]</link>
   + <link>[https://docs.oracle.com/en/java/javase/11/docs/api/]</link>
   </links>
   <destDir>javadoc</destDir>
   <linksource>true</linksource>
   @@ -137,8 +137,9 @@
   <artifactId>maven-compiler-plugin</artifactId>
   <version>3.8.1</version>
   <configuration>
   - <source>1.8</source>
   - <target>1.8</target>
   + <release>8</release>
   + <!--<source>1.8</source>
   + <target>1.8</target>-->
   <encoding>UTF-8</encoding>
   <debug>true</debug>
   </configuration>
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to