Skip to content

Commit 97f15cc

Browse files
committed
Update Paper Javadocs
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 15a643a commit 97f15cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/CommonJavaConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
6767
"https://jd.advntr.dev/api/latest/",
6868
"https://logging.apache.org/log4j/2.x/javadoc/log4j-api/",
6969
"https://www.antlr.org/api/Java/",
70-
"https://jd.papermc.io/paper/1.21.1/",
70+
"https://jd.papermc.io/paper/1.21.8/",
7171
"https://intellectualsites.github.io/fastasyncworldedit-javadocs/worldedit-core/"
7272
)
7373
docTitle = "${rootProject.name}-${project.description}" + " " + "${rootProject.version}"

0 commit comments

Comments
 (0)