Add Operator to the dependency report script (#22469)

This commit is contained in:
Václav Muzikář 2023-08-16 16:34:30 +02:00 committed by GitHub
parent bcfadfc430
commit 75ee99a59b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ if [ "$DEP" == "" ]; then
exit 1
fi
mvn -q dependency:tree -Dincludes=$DEP -DoutputFile=$TMP -DappendOutput=true
mvn -q dependency:tree -Dincludes=$DEP -DoutputFile=$TMP -DappendOutput=true -Poperator
echo ""
echo "==================================================================================================="