find ~/.gradle/caches/modules-2/files-2.1 -name "*.jar" -print0 \
| xargs -0 -P 8 -I {} sh -c 'jar tf "{}" | grep -q "com/company/MyClass.class" && echo "FOUND in {}"'
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)