Release should build and copy javadoc automatically. See #3158
This commit is contained in:
parent
6e8125a46e
commit
ed40dff7d7
5 changed files with 14 additions and 10 deletions
|
|
@ -290,9 +290,9 @@ fi
|
|||
# build the release
|
||||
echolog "Building the release..."
|
||||
if [ ! $dry_run ]; then
|
||||
RELEASE_OPT="-Dpublish.maven.central=true"
|
||||
RELEASE_OPT="-Dakka.genjavadoc.enabled=true -Dpublish.maven.central=true"
|
||||
else
|
||||
RELEASE_OPT=""
|
||||
RELEASE_OPT="-Dakka.genjavadoc.enabled=true"
|
||||
fi
|
||||
try sbt $RELEASE_OPT build-release
|
||||
echolog "Creating gzipped tar download..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue