2019-09-09 10:57:44 +02:00

5 lines
72 B
Groovy

task fromPlugin {
doLast {
println "I'm from plugin"
}
}