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
+1 -1
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 "==================================================================================================="