# Gradle Common

`common` is the shared utility module used by the Gradle plugins in this
repository.

It contains:

- core Gradle helper utilities
- small language/value helpers
- shell execution helpers
- JSON DSL and JSON-writing task support

It no longer contains the variant/source/artifact plugin model. Those plugins
live in the `variants` module.

See the root [README.md](../README.md) and [PUBLISHING.md](../PUBLISHING.md) for
current build and local Ivy publication instructions.

