Skip to content

Commit

Permalink
docs: extend README with instructions to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Sep 13, 2023
1 parent b4f30c7 commit 6bbd14b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# 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
```

0 comments on commit 6bbd14b

Please sign in to comment.