Skip to content

Commit 19ec3e7

Browse files
committed
delete javadoc related mvn args
1 parent b4ddae3 commit 19ec3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
if [[ "${{ github.event.inputs.build-release-artifacts }}" == "true" ]]; then
123123
echo "[DEBUG] Building release artifacts"
124124
python .pipeline/scripts/generate-javadoc-sourcepath-properties.py
125-
# MVN_ARGS="$MVN_ARGS javadoc:aggregate -Pdocs"
125+
MVN_ARGS="$MVN_ARGS"
126126
fi
127127
128128
echo "[DEBUG] Running Maven with following arguments: $MVN_ARGS"

0 commit comments

Comments
 (0)