-
Gradle is used to build the project
-
Project structure:
| +- src | +- main | | | +- groovy | +- resources | +- test | | | +- groovy | +- resources -
To run static analysis checks (findbugs & codenarc), and all tests run:
gradle build -
gradle testcan be used to run tests only -
gradle checkcan be used to run static analysis -
To produce an executable 'fat' jar run:
gradle shadow
arudge/groovy-spring-batch
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|