add plugin service

This commit is contained in:
2024-10-31 20:01:59 +00:00
parent 1296ad5d0e
commit 0ea6cac900
2 changed files with 9 additions and 0 deletions

View File

@@ -45,6 +45,12 @@ id `ltd.hlaeja.plugin.hlaeja-common-plugin.library-publish`
Configuration for publishing project artifacts to a remote Maven repository.
### Plugin Service
id `ltd.hlaeja.plugin.hlaeja-common-plugin.service`
Default setting and tasks for services.
## Releasing plugin
Run `release.sh` script from `master` branch.

View File

@@ -0,0 +1,3 @@
plugins {
id("ltd.hlaeja.plugin.hlaeja-common-plugin.common")
}