find ~/.gradle/caches/modules-2/files-2.1 -name "*.jar" -exec sh -c 'jar -tf {} | grep -q "ValidationContext" && echo "Found in: {}"' \;
For further actions, you may consider blocking this person and/or reporting abuse
find ~/.gradle/caches/modules-2/files-2.1 -name "*.jar" -exec sh -c 'jar -tf {} | grep -q "ValidationContext" && echo "Found in: {}"' \;
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)