2019-10-31 21:43:47 -04:00
|
|
|
rootProject.name = 'gradletutorial'
|
|
|
|
|
|
|
|
include 'greeting-library'
|
|
|
|
include 'greeting-library-java'
|
|
|
|
include 'greeter'
|
|
|
|
include 'gradletaskdemo'
|
|
|
|
include 'junit5'
|
2020-04-25 01:32:20 -04:00
|
|
|
include 'gradle-employee-app'
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
println 'This will be executed during the initialization phase.'
|