update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
6 lines
167 B
Bash
6 lines
167 B
Bash
#!/usr/bin/env bash
|
|
cd src/main/java
|
|
javac com/baeldung/java9/aot/JaotCompilation.java
|
|
jaotc --output jaotCompilation.so com/baeldung/java9/aot/JaotCompilation.class
|
|
|