2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-07 13:40:26 +00:00

maintenance: fix javadocs of bungeecord and update to 5 instead of 4

This commit is contained in:
2026-03-17 00:27:16 +04:00
parent b250776c82
commit e495b11587
2 changed files with 2 additions and 2 deletions

View File

@@ -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)