2022-07-09 20:10:23 +05:30

5 lines
72 B
Groovy

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