Revert "Add various missing jd, bump remaining deps (#1718)"

This reverts commit 7d0c002f89.
This commit is contained in:
Riley Park
2026-03-03 05:39:25 -08:00
parent 6aff78728c
commit e0db25664f
185 changed files with 502 additions and 2992 deletions

View File

@@ -24,7 +24,7 @@ dependencies {
api(libs.guava)
// DEPRECATED: Will be removed in Velocity Polymer
api("io.hotmoka:toml4j:0.7.3")
api("com.moandjiezana.toml:toml4j:0.7.2")
api(platform(libs.adventure.bom))
api("net.kyori:adventure-api")
@@ -55,6 +55,8 @@ tasks {
}
}
withType<Javadoc> {
exclude("com/velocitypowered/api/plugin/ap/**")
val o = options as StandardJavadocDocletOptions
o.encoding = "UTF-8"
o.source = "21"
@@ -64,7 +66,7 @@ tasks {
"https://www.javadocs.dev/org.slf4j/slf4j-api/${libs.slf4j.get().version}/",
"https://guava.dev/releases/${libs.guava.get().version}/api/docs/",
"https://google.github.io/guice/api-docs/${libs.guice.get().version}/javadoc/",
"https://docs.oracle.com/en/java/javase/21/docs/api/",
"https://docs.oracle.com/en/java/javase/17/docs/api/",
"https://jd.advntr.dev/api/${libs.adventure.bom.get().version}/",
"https://jd.advntr.dev/text-minimessage/${libs.adventure.bom.get().version}/",
"https://jd.advntr.dev/key/${libs.adventure.bom.get().version}/",
@@ -77,5 +79,8 @@ tasks {
"implNote:a:Implementation Note:",
"sinceMinecraft:a:Since Minecraft:"
)
// Disable the crazy super-strict doclint tool in Java 8
o.addStringOption("Xdoclint:none", "-quiet")
}
}