Skip to content

Commit

Permalink
Switch to offline-links.
Browse files Browse the repository at this point in the history
Spring Framework uses Java 17 to generate Javadoc which no longer produces a package-list.
  • Loading branch information
mp911de committed Feb 16, 2024
1 parent a49ef9b commit 89f09cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1316,10 +1316,12 @@
<docfilessubdirs>true</docfilessubdirs>
<doclint>html,reference</doclint>
<links>
<link>https://docs.spring.io/spring/docs/${spring}/javadoc-api/</link>
<link>https://docs.spring.io/spring-data/commons/docs/current/api/</link>
<link>https://docs.oracle.com/en/java/javase/17/docs/api/</link>
</links>
<offlineLinks>
<offlineLink>https://docs.spring.io/spring/docs/${spring}/javadoc-api/</offlineLink>
</offlineLinks>
</configuration>
</plugin>

Expand Down

0 comments on commit 89f09cf

Please sign in to comment.