add plugin common

This commit is contained in:
2024-10-30 09:16:46 +00:00
parent 83e2e4a19c
commit 30dab5c2fe
4 changed files with 62 additions and 1 deletions

View File

@@ -4,6 +4,17 @@ Plugins for the libraries, lofty and grand, Plugins for the services, steadfast
## Plugins
### Plugin Common
id `ltd.hlaeja.plugin.hlaeja-common-plugin.common`
Set core Java and Kotlin settings and overweight project version with git version.
#### Gradle Tasks
* `buildInfo` display name and version, add to `build` task.
* `projectInfo` display project, Gradle, and Java information
## Releasing plugin
Run `release.sh` script from `master` branch.