gradle plugin loaded from gist at github

This commit is contained in:
Juraj Michalek
2014-05-10 19:16:19 +02:00
parent 78f70e52c4
commit e8f270c209
2 changed files with 12 additions and 0 deletions

View File

@@ -129,3 +129,13 @@ Gradle uses notion of plugins. Check helloPlugin.gradle file.
gradle tasks
gradle helloFromPlugin
## 13-plugin-from-gist
Gradle allows to include code/plugins from network resource.
In this example plugin is stored as gist at Github
- https://gist.github.com/georgik/71663c6d8d4e01783733
gradle tasks
gradle helloFromGist