Hi, On Thu, Jun 28, 2018 at 9:22 AM Markus Thoemmes <markus.thoem...@de.ibm.com> wrote: ... > - [✓] No compiled archives bundled in source archive. (Other than gradlew.jar) .... > Is there a procedure to verify the last point? I quickly did a find for jar > files and a find for executable files...
I also use find + file to look for binaries, something like find . -type f | xargs -n10 file | grep -v ASCII -Bertrand