We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a9673 commit a637860Copy full SHA for a637860
1 file changed
buildSrc/src/main/kotlin/CommonJavaConfig.kt
@@ -59,7 +59,7 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
59
options.encoding = "UTF-8"
60
links(
61
"https://jd.advntr.dev/api/latest/",
62
- "https://logging.apache.org/log4j/2.x/log4j-api/apidocs/",
+ "https://logging.apache.org/log4j/2.x/javadoc/log4j-api/",
63
"https://www.antlr.org/api/Java/",
64
"https://docs.enginehub.org/javadoc/org.enginehub.piston/core/0.5.7/",
65
"https://docs.enginehub.org/javadoc/org.enginehub.piston/default-impl/0.5.7/",
0 commit comments