gyfora commented on code in PR #201:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/201#discussion_r870989987
##########
.github/workflows/ci.yml:
##########
@@ -123,7 +123,7 @@ jobs:
- name: Build with Maven
run: |
set -o pipefail; mvn clean install -DskipTests | tee ./mvn.log; set
+o pipefail
- if [[ $(grep -c "overlapping classes" ./mvn.log) -gt 0 ]];then
Review Comment:
I think overlapping classes are shown per jar. So this change might hide
some other overlapping classes in different jars
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]