File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 40
40
- run : ./gradlew publish
41
41
if : github.ref == 'refs/heads/trunk'
42
42
env :
43
- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME_APP_CASH }}
44
- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD_APP_CASH }}
43
+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
44
+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
45
45
ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_SECRET_KEY }}
46
46
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SECRET_PASSPHRASE }}
Original file line number Diff line number Diff line change 30
30
- name : Build and publish artifacts
31
31
run : ./gradlew build publish
32
32
env :
33
- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME_APP_CASH }}
34
- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD_APP_CASH }}
33
+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
34
+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
35
35
ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_SECRET_KEY }}
36
36
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SECRET_PASSPHRASE }}
37
37
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ Changed:
5
6
6
- ## [ 0.1.0] - 2020-08-17
7
+ - In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/ .
8
+
9
+
10
+ ## [ 1.0.0] - 2020-08-17
7
11
8
12
Initial release forked from SQLBrite.
9
13
10
14
11
- [ Unreleased ] : https://github.com/cashapp/turbine /compare/1.0.0...HEAD
12
- [ 1.0.0 ] : https://github.com/cashapp/turbine /releases/tag/1.0.0
15
+ [ Unreleased ] : https://github.com/cashapp/copper /compare/1.0.0...HEAD
16
+ [ 1.0.0 ] : https://github.com/cashapp/copper /releases/tag/1.0.0
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ implementation 'app.cash.copper:copper-rx2:1.0.0'
24
24
```
25
25
26
26
<details >
27
- <summary >Snapshots of the development version are available in Sonatype's snapshots repository.</summary >
27
+ <summary >Snapshots of the development version are available in the Central Portal Snapshots repository.</summary >
28
28
<p >
29
29
30
30
``` groovy
31
31
repositories {
32
32
maven {
33
- url 'https://oss .sonatype.org/content/repositories/ snapshots/'
33
+ url 'https://central .sonatype.com/repository/maven- snapshots/'
34
34
}
35
35
}
36
36
dependencies {
Original file line number Diff line number Diff line change 1
1
GROUP =app.cash.copper
2
2
VERSION_NAME =1.1.0-SNAPSHOT
3
3
4
+ SONATYPE_AUTOMATIC_RELEASE =true
5
+ SONATYPE_HOST =CENTRAL_PORTAL
6
+ RELEASE_SIGNING_ENABLED =true
7
+
4
8
POM_DESCRIPTION =A content provider wrapper for reactive queries.
5
9
6
10
POM_URL =http://github.com/cashapp/copper/
You can’t perform that action at this time.
0 commit comments