File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 23
23
- run : ./gradlew build --stacktrace
24
24
- name : Publish a SNAPSHOT
25
25
env :
26
- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
27
- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
26
+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME_APP_CASH }}
27
+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD_APP_CASH }}
28
28
run : ./gradlew publish --no-daemon -Dorg.gradle.parallel=false
29
29
30
30
env :
Original file line number Diff line number Diff line change 1
- GROUP =com.alecstrong .sql. psi
1
+ GROUP =app.cash .sql- psi
2
2
VERSION_NAME =0.5.0-SNAPSHOT
3
3
4
- POM_URL =https://github.com/alecstrong /sql-psi/
5
- POM_SCM_URL =https://github.com/alecstrong /sql-psi/
6
- POM_SCM_CONNECTION =scm:git:git://github.com/alecstrong /sql-psi.git
7
- POM_SCM_DEV_CONNECTION =scm:git:ssh://
[email protected] /
alecstrong /sql-psi.git
4
+ POM_URL =https://github.com/sqldelight /sql-psi/
5
+ POM_SCM_URL =https://github.com/sqldelight /sql-psi/
6
+ POM_SCM_CONNECTION =scm:git:git://github.com/sqldelight /sql-psi.git
7
+ POM_SCM_DEV_CONNECTION =scm:git:ssh://
[email protected] /
sqldelight /sql-psi.git
8
8
9
9
POM_LICENCE_NAME =The Apache Software License, Version 2.0
10
10
POM_LICENCE_URL =http://www.apache.org/licenses/LICENSE-2.0.txt
11
11
POM_LICENCE_DIST =repo
12
12
13
- POM_DEVELOPER_ID =alecstrong
14
- POM_DEVELOPER_NAME =Alec Strong
13
+ POM_DEVELOPER_ID =cashapp
14
+ POM_DEVELOPER_NAME =CashApp
15
+ POM_DEVELOPER_URL =https://github.com/cashapp
15
16
16
17
SONATYPE_HOST =DEFAULT
18
+ SONATYPE_AUTOMATIC_RELEASE =true
17
19
RELEASE_SIGNING_ENABLED =true
You can’t perform that action at this time.
0 commit comments