Includes all projects created while learning gradle
All projects are created using gradle cli
commands and options used
- gradle init
- type of project -> basic
- build DSL -> groovy
- project name -> default
commands and options used
- gradle init
- type of project -> application
- implementation language -> java
- split functionality across multiple projects -> no
- build DSL -> groovy
- test framework -> JUnit
- project name -> default
- source package -> in.hp.gradle
##gradle-web-app sample java web app project created using gradle
used to demonstrate war and gretty plugins
sample gradle multimodule project
it has 4 modules
- webapp -> web layer
- services -> business layer
- data -> data layer to access database
- integration -> integration layer to access other services