Merge branch 'v6' into fix/missing-message-files

This commit is contained in:
Alexander Brandes
2022-07-22 13:49:21 +02:00
committed by GitHub
9 changed files with 60 additions and 95 deletions

View File

@ -105,5 +105,6 @@ tasks {
opt.links("https://jd.adventure.kyori.net/api/4.9.3/")
opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/")
opt.links("https://checkerframework.org/api/")
opt.encoding("UTF-8")
}
}