Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 387 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 387 Bytes

Code examples for the tutorials and articles at www.grabanotherbyte.com

How to Build the project

You can build the project with mvn clean package.

For some of the modules you need to use Java 14. It's specified in the pom properties.

Code style

The code is formatted with the Google Java format.