mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-03-24 01:52:07 +01:00
12 custom plugin
This commit is contained in:
@@ -109,6 +109,7 @@ building decorators.
|
||||
gradle tasks
|
||||
gradle helloWorld
|
||||
|
||||
|
||||
## 11-task-class
|
||||
|
||||
Gradle allows to define custom task class. This class should contain
|
||||
@@ -120,3 +121,11 @@ Each property defined on class level is configurable from gradle task
|
||||
gradle today
|
||||
gradle verboseToday
|
||||
|
||||
|
||||
## 12-custom-plugin
|
||||
|
||||
It's possible to specify tasks outside build.gradle and then "include" file.
|
||||
Gradle uses notion of plugins. Check helloPlugin.gradle file.
|
||||
|
||||
gradle tasks
|
||||
gradle helloFromPlugin
|
||||
|
||||
Reference in New Issue
Block a user