Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halestudio/hale-codegen-example
Example project using hale-codegen
https://github.com/halestudio/hale-codegen-example
Last synced: 18 days ago
JSON representation
Example project using hale-codegen
- Host: GitHub
- URL: https://github.com/halestudio/hale-codegen-example
- Owner: halestudio
- License: lgpl-3.0
- Created: 2016-09-21T08:23:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:21:54.000Z (3 months ago)
- Last Synced: 2024-11-06T04:24:48.150Z (2 months ago)
- Language: Java
- Homepage:
- Size: 828 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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
```