mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-03-30 13:52:23 +02:00
gradle plugin loaded from gist at github
This commit is contained in:
2
13-plugin-from-gist/build.gradle
Normal file
2
13-plugin-from-gist/build.gradle
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
apply from: 'https://gist.githubusercontent.com/georgik/71663c6d8d4e01783733/raw/7836c7946d1e92236b92c39314780c2bfcda2864/gistPlugin.gradle'
|
||||||
|
|
||||||
10
README.md
10
README.md
@@ -129,3 +129,13 @@ Gradle uses notion of plugins. Check helloPlugin.gradle file.
|
|||||||
|
|
||||||
gradle tasks
|
gradle tasks
|
||||||
gradle helloFromPlugin
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user