Skip to content

Commit c3037f0

Browse files
committed
chore: update linked javadoc and versions in bug report template
1 parent ab343a8 commit c3037f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ body:
2727
description: Which server version version you using? If your server version is not listed, it is not supported. Update to a supported version first.
2828
multiple: false
2929
options:
30+
- '1.21.10'
31+
- '1.21.9'
3032
- '1.21.8'
3133
- '1.21.7'
3234
- '1.21.6'

build-logic/src/main/kotlin/buildlogic.common-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tasks.withType<Javadoc>().configureEach {
5858
"https://jd.advntr.dev/api/latest/",
5959
"https://logging.apache.org/log4j/2.x/javadoc/log4j-api/",
6060
"https://www.antlr.org/api/Java/",
61-
"https://jd.papermc.io/paper/1.21.8/",
61+
"https://jd.papermc.io/paper/1.21.10/",
6262
"https://intellectualsites.github.io/fastasyncworldedit-javadocs/worldedit-core/"
6363
)
6464
docTitle = "${rootProject.name}-${project.description}" + " " + "${rootProject.version}"

0 commit comments

Comments
 (0)