mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-03-24 10:01:43 +01:00
move custom plugin to plugins directory
This commit is contained in:
8
12-custom-plugin/plugins/helloPlugin.gradle
Normal file
8
12-custom-plugin/plugins/helloPlugin.gradle
Normal file
@@ -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