Skip to content

Commit 8f00e68

Browse files
committed
Publish source and javadoc jars
Closes gh-74
1 parent 87374f4 commit 8f00e68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ def mavenProjectRepository = "$buildDir/maven-repository"
1919
sourceCompatibility = "1.8"
2020
targetCompatibility = "1.8"
2121

22+
java {
23+
withJavadocJar()
24+
withSourcesJar()
25+
}
26+
2227
sourceSets {
2328
main {
2429
output.dir(generatedAssets, builtBy: "gulp")

0 commit comments

Comments
 (0)