diff --git a/proxies/bungeecord/build.gradle.kts b/proxies/bungeecord/build.gradle.kts index 3ed7e55..69637a3 100644 --- a/proxies/bungeecord/build.gradle.kts +++ b/proxies/bungeecord/build.gradle.kts @@ -20,23 +20,10 @@ dependencies { description = "RedisBungee Bungeecord implementation" java { - withJavadocJar() withSourcesJar() } - tasks { - withType { - dependsOn(project(":RedisBungee-API").getTasksByName("javadoc", false)) - val options = options as StandardJavadocDocletOptions - options.use() - options.isDocFilesSubDirs = true - options.links( - "https://ci.md-5.net/job/BungeeCord/ws/api/target/apidocs/", // bungeecord api - ) - val apiDocs = File(rootProject.projectDir, "RedisBungee-API/build/docs/javadoc") - options.linksOffline("https://ci.limework.net/RedisBungee/RedisBungee-API/build/docs/javadoc", apiDocs.path) - } runWaterfall { waterfallVersion("1.20") environment["REDISBUNGEE_PROXY_ID"] = "bungeecord-1" @@ -46,9 +33,6 @@ tasks { options.encoding = Charsets.UTF_8.name() options.release.set(17) } - javadoc { - options.encoding = Charsets.UTF_8.name() - } processResources { filteringCharset = Charsets.UTF_8.name() filesMatching("plugin.yml") { diff --git a/proxies/velocity/build.gradle.kts b/proxies/velocity/build.gradle.kts index c50eabb..14e7302 100644 --- a/proxies/velocity/build.gradle.kts +++ b/proxies/velocity/build.gradle.kts @@ -15,6 +15,9 @@ dependencies { description = "RedisBungee Velocity implementation" +java { + withSourcesJar() +} tasks { runVelocity {