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

Commit f7883fe

Browse files
committed
bintray is dropping pom dependencies when javadocs are published
1 parent 8aa2dd1 commit f7883fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ sourceCompatibility = "1.8"
1111
targetCompatibility = "1.8"
1212

1313
repositories {
14+
mavenLocal()
1415
jcenter()
15-
mavenLocal()
1616
}
1717

1818
dependencies {
@@ -68,7 +68,7 @@ if (project.hasProperty("myBintrayUser")) {
6868
bintray {
6969
user = myBintrayUser
7070
key = myBintrayKey
71-
publications = ['mainJava', 'sourcesJava', 'mavenJavadoc']
71+
publications = ['mainJava', 'sourcesJava']
7272
pkg {
7373
repo = 'maven'
7474
name = project.name

0 commit comments

Comments
 (0)