We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ddae3 commit 19ec3e7Copy full SHA for 19ec3e7
.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"
126
fi
127
128
echo "[DEBUG] Running Maven with following arguments: $MVN_ARGS"
0 commit comments