-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #487 from Vandebron/feature/remove-unessential-dep…
…endencies feature/remove unessential dependencies
- Loading branch information
Showing
15 changed files
with
126 additions
and
765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
#### Demonstrate MPyL plugin mechanism. | ||
MPyL allows steps to be implemented outside and registered via a [plugin mechanism](https://vandebron.github.io/mpyl/mpyl/steps.html) | ||
|
||
Creating steps outside the MPyL library gives a much quicker roundtrip, | ||
because you can build and test steps locally in the repo in which you're using MPyL. | ||
|
||
The mechanism is demonstrated in [plugin-run.py](../../plugin-run.py) which imports two | ||
[Gradle](https://gradle.org/) build steps defined in [plugins/gradle.py](../../plugins/gradle.py). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.