Skip to content

Commit

Permalink
Generate javadoc / sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal committed Apr 23, 2021
1 parent 5eb112d commit ef36916
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ allprojects {
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

withJavadocJar()
withSourcesJar()
}

dependencies {
Expand Down

0 comments on commit ef36916

Please sign in to comment.