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

build.sh 209B

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