We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd42030 commit 9aed287Copy full SHA for 9aed287
build.gradle
@@ -70,7 +70,7 @@ if (project.hasProperty("myBintrayUser")) {
70
bintray {
71
user = myBintrayUser
72
key = myBintrayKey
73
- publications = ['mainJava', 'sourcesJava', 'mavenJavadoc']
+ publications = ['mainJava', 'sourcesJava']
74
pkg {
75
repo = 'maven'
76
name = project.name
0 commit comments