fix publish plugin
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
publications.create<MavenPublication>("mavenJava") { from(components["java"]) }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|||||||
Reference in New Issue
Block a user