e28fd3e7c9
update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
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.'
|