Skip to content

Commit

Permalink
Publish javadoc jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jun 23, 2024
1 parent 27e7c5b commit aef804e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aef804e

Please sign in to comment.