Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 4c8e9c4

Browse files
committed
bintray drops dependencies in pom.xml when javadocs are published
1 parent 7cc3beb commit 4c8e9c4

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
@@ -66,7 +66,7 @@ if (project.hasProperty("myBintrayUser")) {
6666
bintray {
6767
user = myBintrayUser
6868
key = myBintrayKey
69-
publications = ['mainJava', 'sourcesJava', 'mavenJavadoc']
69+
publications = ['mainJava', 'sourcesJava']
7070
pkg {
7171
repo = 'maven'
7272
name = project.name

0 commit comments

Comments
 (0)