Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 235 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 235 Bytes

Experimenting with the java module system

Running: Command line

mvn clean verify
./run.sh

Running: Docker with maven

./build.sh && ./run.sh

Running: Docker with gradle

./buildGradle.sh && ./run.sh