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

Commit 687a5cf

Browse files
authored
Merge pull request #12 from adorsys/develop
Disable javadoc generation when uploading library to jCenter
2 parents f40bcca + 12114a9 commit 687a5cf

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)