2019-10-31 21:43:47 -04:00
|
|
|
rootProject.name = 'gradletutorial'
|
|
|
|
|
|
|
|
include 'greeting-library'
|
|
|
|
include 'greeting-library-java'
|
|
|
|
include 'greeter'
|
|
|
|
include 'gradletaskdemo'
|
2020-04-25 01:32:20 -04:00
|
|
|
include 'gradle-employee-app'
|
2022-02-16 01:17:56 -05:00
|
|
|
include 'gradle-source-vs-target-compatibility'
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
println 'This will be executed during the initialization phase.'
|