Skip to content

Commit 85a806f

Browse files
author
Caitlin Bales (MSFT)
committed
Add sources and javadoc
1 parent 2edd553 commit 85a806f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,12 @@ uploadArchives {
112112

113113
}
114114

115+
task javadocJar(type: Jar, dependsOn: javadoc) {
116+
classifier = 'javadoc'
117+
from javadoc.destinationDir
118+
}
119+
120+
artifacts {
121+
archives sourceJar
122+
archives javadocJar
123+
}

0 commit comments

Comments
 (0)