mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-06-13 09:04:26 +02:00
12 custom plugin
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
apply from: "helloPlugin.gradle"
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
task helloFromPlugin() {
|
||||
description "Say Hello! Code implemented in plugin."
|
||||
doLast {
|
||||
println "Hello from plugin!"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user