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

@@ -9,4 +9,4 @@ jobs:
secrets: secrets:
CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }} CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }}
with: with:
TYPE: artifact TYPE: plugin

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. 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. Run release pipeline from `master` branch.
@@ -113,7 +113,7 @@ Run release pipeline from `master` branch.
### Publish plugin to repository ### Publish plugin to repository
```shell ```shell
./gradlew clean build publish ./gradlew clean build publishAllPublicationsToGitHubPackagesRepository
``` ```
### Global gradle properties ### Global gradle properties

View File

@@ -47,7 +47,6 @@ publishing {
} }
} }
} }
publications.create<MavenPublication>("mavenJava") { from(components["java"]) }
} }
tasks { tasks {