diff --git a/build.gradle b/build.gradle index e752a39..f915638 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,10 @@ shadowJar { assemble.dependsOn shadowJar -java.withSourcesJar() +java { + withSourcesJar() + withJavadocJar() +} tasks.withType(JavaCompile).configureEach { options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation