We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82bed8 commit 6b49c6aCopy full SHA for 6b49c6a
.github/workflows/continuous-integration.yaml
@@ -122,7 +122,7 @@ jobs:
122
if [[ "${{ github.event.inputs.build-release-artifacts }}" == "true" ]]; then
123
echo "[DEBUG] Building release artifacts"
124
python .pipeline/scripts/generate-javadoc-sourcepath-properties.py
125
- MVN_ARGS="$MVN_ARGS javadoc:aggregate -Pdocs"
+ MVN_ARGS="$MVN_ARGS -Pdocs"
126
fi
127
128
echo "[DEBUG] Running Maven with following arguments: $MVN_ARGS"
0 commit comments