Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b8ec83601 | ||
|
|
81cc9291dd | ||
| 6bc006f7cb | |||
|
|
a1078b1e79 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -9,4 +9,4 @@ jobs:
|
||||
secrets:
|
||||
CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }}
|
||||
with:
|
||||
TYPE: artifact
|
||||
TYPE: plugin
|
||||
|
||||
@@ -16,11 +16,11 @@ The InfoExtension provides information for name and version, vendor name, and UT
|
||||
|
||||
The ConfigExtension provides a find or findOrDefault for getting a property or environment.
|
||||
|
||||
## Releasing plugin
|
||||
## Releasing Plugin
|
||||
|
||||
Run release pipeline from `master` branch.
|
||||
|
||||
## Publishing plugin
|
||||
## Publishing Plugin
|
||||
|
||||
### Publish plugin locally
|
||||
|
||||
@@ -31,7 +31,7 @@ Run release pipeline from `master` branch.
|
||||
### Publish plugin to repository
|
||||
|
||||
```shell
|
||||
./gradlew clean build publish
|
||||
./gradlew clean build publishAllPublicationsToGitHubPackagesRepository
|
||||
```
|
||||
|
||||
### Global gradle properties
|
||||
|
||||
@@ -74,7 +74,6 @@ publishing {
|
||||
}
|
||||
}
|
||||
}
|
||||
publications.create<MavenPublication>("mavenJava") { from(components["java"]) }
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
version=0.3.0
|
||||
catalog=0.11.0
|
||||
version=0.5.0-SNAPSHOT
|
||||
catalog=0.12.0
|
||||
|
||||
Reference in New Issue
Block a user