2017-11-22 14:19:42 -05:00
|
|
|
rootProject.name = 'gradletutorial'
|
|
|
|
|
|
|
|
|
|
|
|
include 'greeting-library'
|
|
|
|
include 'greeting-library-java'
|
|
|
|
include 'greeter'
|
|
|
|
include 'gradletaskdemo'
|
2018-10-11 15:40:30 -04:00
|
|
|
include 'junit5'
|
2017-11-22 14:19:42 -05:00
|
|
|
|
|
|
|
println 'This will be executed during the initialization phase.'
|