add ConfigExtension

- update README.md with Extension Config
- add configExtension to CorePlugin
- add ConfigExtension
- add environment variable in Test tasks
- update catalog version
- update dependencies in build.gradle.kts
This commit is contained in:
2024-12-10 17:37:20 +01:00
parent 494843592a
commit ff1239e592
6 changed files with 166 additions and 5 deletions

View File

@@ -12,6 +12,10 @@ The GitExtension enhances versioning by dynamically appending the Git hash befor
The InfoExtension provides information for name and version, vendor name, and UTC timestamp.
### Extension Config
The ConfigExtension provides a find or findOrDefault for getting a property or environment.
## Releasing plugin
Run `release.sh` script from `master` branch.