fix publish plugin

This commit is contained in:
2025-07-29 23:39:29 +02:00
parent 69a73a228b
commit 2862ead9fc
3 changed files with 3 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ id `ltd.hlaeja.plugin.hlaeja-common-plugin.cetificat`
Copy certificate to build resources by placing one or more of `private_key.pem`, `public_key.pem`, or `keystore.p12` in `/cert` folder.
## Releasing plugin
## Releasing Plugin
Run release pipeline from `master` branch.
@@ -113,7 +113,7 @@ Run release pipeline from `master` branch.
### Publish plugin to repository
```shell
./gradlew clean build publish
./gradlew clean build publishAllPublicationsToGitHubPackagesRepository
```
### Global gradle properties