Krzysztof Majewski 3453b7a18b BAEL-2513
2019-10-30 13:51:17 +01:00

5 lines
72 B
Groovy

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