Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 292 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 292 Bytes

hale-codegen-example

Example project using hale-codegen

Gradle

Generate sources and run tests with

./gradlew check

Maven

To generate sources Gradle must be used:

./gradlew regenerateSources

Then source can be built and tests run with Maven:

mvn verify