Skip to content

Commit

Permalink
adding the plugin-api javadoc jar at the root level (#378)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Fernandes <[email protected]>
  • Loading branch information
joshuafernandes authored Feb 12, 2020
1 parent ae3bd01 commit 21e02b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ bintray {
filesSpec {
from distTar.destinationDirectory
from distZip.destinationDirectory
from file("plugin-api/build/libs/plugin-api-$version-javadoc.jar")
into '.'
}

Expand All @@ -715,3 +716,4 @@ build.dependsOn verifyDistributions
bintrayUpload.dependsOn verifyDistributions
bintrayUpload.mustRunAfter(distTar)
bintrayUpload.mustRunAfter(distZip)
bintrayUpload.mustRunAfter(javadocJar)

0 comments on commit 21e02b1

Please sign in to comment.