Skip to content

Commit

Permalink
Enable sources and javadoc jars
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 9, 2024
1 parent 9961dfd commit e9f7ac1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ nexusPublishing {
}
}

java.disableAutoTargetJvm()
java {
disableAutoTargetJvm()
withJavadocJar()
withSourcesJar()
}

tasks.withType<JavaCompile>().configureEach {
options.release = 8
Expand Down

0 comments on commit e9f7ac1

Please sign in to comment.