Skip to content

Commit

Permalink
Fix Log4j Javadoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 8, 2023
1 parent fee4eb1 commit 49774da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ javadoc {
links(
'https://asm.ow2.io/javadoc/',
'https://docs.oracle.com/javase/8/docs/api/',
'https://logging.apache.org/log4j/2.x/log4j-api/apidocs/'
'https://logging.apache.org/log4j/2.x/javadoc/log4j-api/'
)
// Disable the crazy super-strict doclint tool in Java 8
addStringOption('Xdoclint:none', '-quiet')
Expand Down

0 comments on commit 49774da

Please sign in to comment.