Skip to content

Commit ef36916

Browse files
author
Anuraag Agrawal
committed
Generate javadoc / sources jar
1 parent 5eb112d commit ef36916

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ allprojects {
7979
java {
8080
sourceCompatibility = JavaVersion.VERSION_1_8
8181
targetCompatibility = JavaVersion.VERSION_1_8
82+
83+
withJavadocJar()
84+
withSourcesJar()
8285
}
8386

8487
dependencies {

0 commit comments

Comments
 (0)