Skip to content

Commit a0284a3

Browse files
committed
feat: now build source and javadoc jars.
1 parent 76fd13a commit a0284a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ subprojects {
2525
options.compilerArgs << '-Xlint:deprecation'
2626
}
2727

28+
java {
29+
withJavadocJar()
30+
withSourcesJar()
31+
}
32+
javadoc {
33+
options.addBooleanOption('html5', true)
34+
}
35+
2836
apply plugin: 'checkstyle'
2937
checkstyle {
3038
toolVersion = '8.36'

0 commit comments

Comments
 (0)