chore: Some Javadocs changes

This commit is contained in:
Adrian3d04 2022-08-14 03:07:35 +00:00
parent 0b47b34f4a
commit 50c57bc1fc
6 changed files with 13 additions and 3 deletions

3
.gitignore vendored
View File

@ -23,4 +23,5 @@ buildNumber.properties
.project .project
.vscode/ .vscode/
*.class *.class
.gitpod.yml

View File

@ -0,0 +1,2 @@
/** AuthMeVelocity Paper API Events */
package me.adrianed.authmevelocity.api.paper.event;

View File

@ -21,8 +21,9 @@ tasks {
javadoc { javadoc {
options.encoding = Charsets.UTF_8.name() options.encoding = Charsets.UTF_8.name()
(options as StandardJavadocDocletOptions).links( (options as StandardJavadocDocletOptions).links(
"https://jd.adventure.kyori.net/api/4.10.0/", "https://jd.adventure.kyori.net/api/4.11.0/",
"https://jd.adventure.kyori.net/text-minimessage/4.11.0/" "https://jd.adventure.kyori.net/text-minimessage/4.11.0/",
"https://jd.papermc.io/velocity/3.0.0/"
) )
} }
} }

View File

@ -0,0 +1,2 @@
/** AuthMeVelocity Velocity API Events */
package me.adrianed.authmevelocity.api.velocity.event;

View File

@ -0,0 +1,2 @@
/** Main AuthMeVelocity Velocity API package */
package me.adrianed.authmevelocity.api.velocity;

View File

@ -1,3 +1,5 @@
jdk:
- openjdk17
before_install: before_install:
- source "$HOME/.sdkman/bin/sdkman-init.sh" - source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk update - sdk update