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