add InfoExtension

This commit is contained in:
2024-10-24 10:11:39 +01:00
parent 7f4b602385
commit f226f17d70
4 changed files with 101 additions and 1 deletions

View File

@@ -8,6 +8,10 @@ One Gradle plugin to rule them all, a simple thing to bind the tasks and in auto
The GitExtension enhances versioning by dynamically appending the Git hash before "snapshot" in the version string. For example, `0.0.0-SNAPSHOT` becomes `0.0.0.0a2b3c4d-SNAPSHOT`, ensuring each build reflects its commit origin, prevents overwriting existing versions. This feature aids developers during development by providing clear version identification.
### Extension Info
The InfoExtension provides information for name and version, vendor name, and UTC timestamp.
## Releasing plugin
Run `release.sh` script from `master` branch.