chore: Some Javadocs changes
This commit is contained in:
parent
0b47b34f4a
commit
50c57bc1fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ buildNumber.properties
|
|||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
*.class
|
*.class
|
||||||
|
.gitpod.yml
|
@ -0,0 +1,2 @@
|
|||||||
|
/** AuthMeVelocity Paper API Events */
|
||||||
|
package me.adrianed.authmevelocity.api.paper.event;
|
@ -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/"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
/** AuthMeVelocity Velocity API Events */
|
||||||
|
package me.adrianed.authmevelocity.api.velocity.event;
|
@ -0,0 +1,2 @@
|
|||||||
|
/** Main AuthMeVelocity Velocity API package */
|
||||||
|
package me.adrianed.authmevelocity.api.velocity;
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user