##// END OF EJS Templates
Upgrade Gradle to 9.4.1 and fix functional tests
Upgrade Gradle to 9.4.1 and fix functional tests

File last commit:

r60:e376d0cab00e default
r62:c7861b56e1d8 default
Show More
readme.md
18 lines | 493 B | text/x-minidsrc | MarkdownLexer

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 and PUBLISHING.md for current build and local Ivy publication instructions.