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

Commit

Permalink
Explicitly activate profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
katmatt committed Nov 15, 2017
1 parent 00f893b commit 1a9f077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ updateReleaseVersion ${TYPE}
RELEASE_VERSION=$(getVersion)
echo Build release ${RELEASE_VERSION} without running tests

./mvnw clean install -DskipTests
./mvnw clean install -DskipTests -Pjavadoc-jdk-8u121

if [[ ${TYPE} != "PATCH" ]]
then
Expand Down

0 comments on commit 1a9f077

Please sign in to comment.