Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 12114a9

Browse files
author
Drilon Reçica
committed
Disable javadoc generation when uploading library to jCenter
1 parent 7c4b3b9 commit 12114a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

securestorage2library/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ dependencies {
4040
ktlint "com.github.shyiko:ktlint:0.24.0"
4141
}
4242

43+
tasks.withType(Javadoc).all {
44+
enabled = false
45+
}
46+
4347
ext {
4448
bintrayRepo = 'adorsys'
4549
bintrayName = 'securestorage2'

0 commit comments

Comments
 (0)