Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Fix downstream task, exclude pushJavadoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
mstachniuk committed Mar 21, 2019
1 parent bda85c1 commit acae628
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -75,6 +75,7 @@ private void createRunTestReleaseTask(final String camelCaseRepoName, CloneGitRe
"releaseNeeded", "performRelease",
"releaseCleanUp", "-PdryRun",
"-x", "gitPush", "-x", "bintrayUpload", "-x", "updateReleaseNotesOnGitHub",
"-x", "pushJavadoc",
"--include-build", getProject().getRootDir().getAbsolutePath(), "-s"));

// Build log in separate file instead of including it in the console of the parent build
Expand Down

0 comments on commit acae628

Please sign in to comment.