lots of exercises in java... from https://github.com/exercism/java

build.sh 229B

1234567891011121314
  1. #!/bin/bash
  2. set -e
  3. pushd exercises
  4. gradle --version
  5. echo ""
  6. echo ">>> Running tests..."
  7. TERM=dumb gradle check compileStarterSourceJava --continue
  8. popd
  9. echo ""
  10. echo ">>> Running configlet..."
  11. bin/fetch-configlet
  12. bin/configlet .