Skip to content

Commit 2d93a9c

Browse files
committed
Update log4j javadoc url
1 parent 9b90c23 commit 2d93a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ tasks {
178178
options {
179179
(this as? StandardJavadocDocletOptions)?.apply {
180180
links(
181-
"https://logging.apache.org/log4j/log4j-${libs.versions.log4j.get()}/log4j-api/apidocs/",
181+
"https://logging.apache.org/log4j/2.x/javadoc/log4j-api/",
182182
"https://google.github.io/guice/api-docs/${libs.versions.guice.get()}/javadoc/",
183183
"https://configurate.aoeu.xyz/${libs.versions.configurate.get()}/apidocs/",
184184
"https://www.javadoc.io/doc/com.google.code.gson/gson/${libs.versions.gson.get()}/",

0 commit comments

Comments
 (0)