Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: ./gradlew build
- name: Publish release package
env:
ORG_GRADLE_PROJECT_releaseRepoUrl: "https://ossrh-staging-api.central.sonatype.com/service/local/"
ORG_GRADLE_PROJECT_repoUsername: ${{ secrets.SONATYPE_USERNAME }}
ORG_GRADLE_PROJECT_repoPassword: ${{ secrets.SONATYPE_PASSWORD }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ key=value

| 属性 | 类型 | 默认值 | 说明 |
| --------------- | ------- | ------ | ---------- |
| releaseRepoUrl | string | [https://central.sonatype.com/service/local/](https://central.sonatype.com/service/local/) | release仓库地址,默然为SONATYPE中央仓库地址 |
| releaseRepoUrl | string | [https://ossrh-staging-api.central.sonatype.com/service/local/](https://ossrh-staging-api.central.sonatype.com/service/local/) | release仓库地址,默然为SONATYPE中央仓库地址 |
| snapshotRepoUrl | string | [https://central.sonatype.com/repository/maven-snapshots/](https://central.sonatype.com/repository/maven-snapshots/) | snapshot仓库地址,默然为SONATYPE中央仓库地址 |
| repoUsername | string | null | 仓库认证用户名 |
| repoPassword | string | null | 仓库认证密码 |
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/devops-publish-gradle-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ key=value

| 属性 | 类型 | 默认值 | 说明 |
| --------------- | ------- | ------ | ---------- |
| releaseRepoUrl | string | [https://central.sonatype.com/service/local/](https://central.sonatype.com/service/local/) | release仓库地址,默然为SONATYPE中央仓库地址 |
| releaseRepoUrl | string | [https://ossrh-staging-api.central.sonatype.com/service/local/](https://ossrh-staging-api.central.sonatype.com/service/local/) | release仓库地址,默然为SONATYPE中央仓库地址 |
| snapshotRepoUrl | string | [https://central.sonatype.com/repository/maven-snapshots/](https://central.sonatype.com/repository/maven-snapshots/) | snapshot仓库地址,默然为SONATYPE中央仓库地址 |
| repoUsername | string | null | 仓库认证用户名 |
| repoPassword | string | null | 仓库认证密码 |
Expand Down