File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 66
66
67
67
- run : ./gradlew dokkaHtmlMultiModule publish
68
68
env :
69
- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME_APP_CASH }}
70
- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD_APP_CASH }}
69
+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
70
+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
71
71
ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_SECRET_KEY }}
72
72
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SECRET_PASSPHRASE }}
73
73
Original file line number Diff line number Diff line change 21
21
22
22
- name : Build and publish artifacts
23
23
env :
24
- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME_APP_CASH }}
25
- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD_APP_CASH }}
24
+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
25
+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
26
26
ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_SECRET_KEY }}
27
27
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SECRET_PASSPHRASE }}
28
28
run : ./gradlew dokkaHtmlMultiModule publish
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ Changed:
6
+
7
+ - In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/ .
8
+
9
+
5
10
## [ 0.4.0] - 2024-06-11
6
11
7
12
New:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ POM_DEVELOPER_NAME=CashApp
19
19
POM_DEVELOPER_URL =https://github.com/cashapp
20
20
21
21
SONATYPE_AUTOMATIC_RELEASE =true
22
- SONATYPE_HOST =DEFAULT
22
+ SONATYPE_HOST =CENTRAL_PORTAL
23
23
RELEASE_SIGNING_ENABLED =true
24
24
25
25
# Signals to our own plugin that we are building within the repo.
You can’t perform that action at this time.
0 commit comments