readme.md
18 lines
| 493 B
| text/x-minidsrc
|
MarkdownLexer
/ common / readme.md
|
|
r60 | # Gradle Common | ||
|
|
r26 | |||
|
|
r60 | `common` is the shared utility module used by the Gradle plugins in this | ||
| repository. | ||||
|
|
r26 | |||
|
|
r60 | It contains: | ||
|
|
r26 | |||
|
|
r60 | - core Gradle helper utilities | ||
| - small language/value helpers | ||||
| - shell execution helpers | ||||
| - JSON DSL and JSON-writing task support | ||||
|
|
r26 | |||
|
|
r60 | It no longer contains the variant/source/artifact plugin model. Those plugins | ||
| live in the `variants` module. | ||||
|
|
r26 | |||
|
|
r60 | See the root [README.md](../README.md) and [PUBLISHING.md](../PUBLISHING.md) for | ||
| current build and local Ivy publication instructions. | ||||
|
|
r26 | |||
