11 lines
223 B
Groovy
11 lines
223 B
Groovy
|
rootProject.name = 'gradletutorial'
|
||
|
|
||
|
|
||
|
include 'greeting-library'
|
||
|
include 'greeting-library-java'
|
||
|
include 'greeter'
|
||
|
include 'gradletaskdemo'
|
||
|
include 'junit5'
|
||
|
|
||
|
println 'This will be executed during the initialization phase.'
|