update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2 lines
117 B
Bash
2 lines
117 B
Bash
#!/usr/bin/env bash
|
|
javac -d outDir --module-source-path src/simple-modules $(find src/simple-modules -name "*.java") |