5 lines
70 B
Groovy
5 lines
70 B
Groovy
def buildApp() {
|
|
echo 'building the application...'
|
|
}
|
|
|
|
return this |