Skip to content

Commit 9aed287

Browse files
committed
bintray drops pom dependencies when javadocs are published
1 parent dd42030 commit 9aed287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if (project.hasProperty("myBintrayUser")) {
7070
bintray {
7171
user = myBintrayUser
7272
key = myBintrayKey
73-
publications = ['mainJava', 'sourcesJava', 'mavenJavadoc']
73+
publications = ['mainJava', 'sourcesJava']
7474
pkg {
7575
repo = 'maven'
7676
name = project.name

0 commit comments

Comments
 (0)