##// END OF EJS Templates
Set the project version to 0.1.0, add publication descriptions/license metadata, and keep module-level docs as compatibility pointers to the root documentation.
Set the project version to 0.1.0, add publication descriptions/license metadata, and keep module-level docs as compatibility pointers to the root documentation.

File last commit:

r60:e376d0cab00e default
r60:e376d0cab00e default
Show More
readme.md
18 lines | 493 B | text/x-minidsrc | MarkdownLexer
cin
Set the project version to 0.1.0, add publication descriptions/license metadata, and keep module-level docs as compatibility pointers to the root documentation.
r60 # Gradle Common
cin
implemented variants model, variants-sources adapter
r26
cin
Set the project version to 0.1.0, add publication descriptions/license metadata, and keep module-level docs as compatibility pointers to the root documentation.
r60 `common` is the shared utility module used by the Gradle plugins in this
repository.
cin
implemented variants model, variants-sources adapter
r26
cin
Set the project version to 0.1.0, add publication descriptions/license metadata, and keep module-level docs as compatibility pointers to the root documentation.
r60 It contains:
cin
implemented variants model, variants-sources adapter
r26
cin
Set the project version to 0.1.0, add publication descriptions/license metadata, and keep module-level docs as compatibility pointers to the root documentation.
r60 - core Gradle helper utilities
- small language/value helpers
- shell execution helpers
- JSON DSL and JSON-writing task support
cin
implemented variants model, variants-sources adapter
r26
cin
Set the project version to 0.1.0, add publication descriptions/license metadata, and keep module-level docs as compatibility pointers to the root documentation.
r60 It no longer contains the variant/source/artifact plugin model. Those plugins
live in the `variants` module.
cin
implemented variants model, variants-sources adapter
r26
cin
Set the project version to 0.1.0, add publication descriptions/license metadata, and keep module-level docs as compatibility pointers to the root documentation.
r60 See the root [README.md](../README.md) and [PUBLISHING.md](../PUBLISHING.md) for
current build and local Ivy publication instructions.
cin
implemented variants model, variants-sources adapter
r26