5 lines
72 B
Groovy
5 lines
72 B
Groovy
|
task fromPlugin {
|
||
|
doLast {
|
||
|
println "I'm from plugin"
|
||
|
}
|
||
|
}
|