mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-03-22 07:50:47 +00:00
maintenance: fix javadocs of bungeecord and update to 5 instead of 4
This commit is contained in:
parent
b250776c82
commit
e495b11587
@ -7,7 +7,7 @@ caffeine = "3.2.3"
|
||||
adventure = "4.26.1"
|
||||
adventure-bungeecord-platform = "4.4.1"
|
||||
acf = "e2005dd62d"
|
||||
bungeecordApi = "1.21-R0.4-SNAPSHOT"
|
||||
bungeecordApi = "1.21-R0.5-SNAPSHOT"
|
||||
velocity = "3.5.0-SNAPSHOT"
|
||||
|
||||
[plugins]
|
||||
|
||||
@ -24,7 +24,7 @@ tasks {
|
||||
options.use()
|
||||
options.isDocFilesSubDirs = true
|
||||
options.links(
|
||||
"https://ci.md-5.net/job/BungeeCord/ws/api/target/apidocs/", // bungeecord api
|
||||
"https://hub.spigotmc.org/jenkins/job/BungeeCord/ws/api/target/reports/apidocs", // bungeecord api
|
||||
)
|
||||
val apiDocs = File(rootProject.projectDir, "api/build/docs/javadoc")
|
||||
options.linksOffline("https://ci.limework.net/ValioBungee/api/build/docs/javadoc", apiDocs.path)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user