add plugin service
This commit is contained in:
@@ -45,6 +45,12 @@ id `ltd.hlaeja.plugin.hlaeja-common-plugin.library-publish`
|
|||||||
|
|
||||||
Configuration for publishing project artifacts to a remote Maven repository.
|
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
|
## Releasing plugin
|
||||||
|
|
||||||
Run `release.sh` script from `master` branch.
|
Run `release.sh` script from `master` branch.
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
plugins {
|
||||||
|
id("ltd.hlaeja.plugin.hlaeja-common-plugin.common")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user