task hello { // Loaded in configuration phase description = "Say Hello :-)" doLast { // Executed in execution phase println "Hello FI MUNI!" } }