2
0
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:
Mohammed Alteneiji 2026-03-17 00:27:16 +04:00
parent b250776c82
commit e495b11587
Signed by: ham1255
GPG Key ID: EF343502046229F4
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ caffeine = "3.2.3"
adventure = "4.26.1" adventure = "4.26.1"
adventure-bungeecord-platform = "4.4.1" adventure-bungeecord-platform = "4.4.1"
acf = "e2005dd62d" acf = "e2005dd62d"
bungeecordApi = "1.21-R0.4-SNAPSHOT" bungeecordApi = "1.21-R0.5-SNAPSHOT"
velocity = "3.5.0-SNAPSHOT" velocity = "3.5.0-SNAPSHOT"
[plugins] [plugins]

View File

@ -24,7 +24,7 @@ tasks {
options.use() options.use()
options.isDocFilesSubDirs = true options.isDocFilesSubDirs = true
options.links( 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") val apiDocs = File(rootProject.projectDir, "api/build/docs/javadoc")
options.linksOffline("https://ci.limework.net/ValioBungee/api/build/docs/javadoc", apiDocs.path) options.linksOffline("https://ci.limework.net/ValioBungee/api/build/docs/javadoc", apiDocs.path)