Skip to content

Commit 38f0ce8

Browse files
authored
Merge pull request #9 from block/jmawson/20251102-0626-update_gradle_properties_to_inclu
Update gradle.properties to include correct organisation
2 parents 4dd0fc4 + 532106a commit 38f0ce8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GROUP=app.cash.bittycity
2-
VERSION_NAME=0.1.0
1+
GROUP=xyz.block.bittycity
2+
VERSION_NAME=0.0.1
33

44
POM_URL=https://github.com/block/bitty-city/
55
POM_SCM_URL=https://github.com/block/bitty-city/
@@ -8,8 +8,8 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/block/bitty-city.git
88
POM_LICENCE_NAME=The Apache Software License, Version 2.0
99
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
1010
POM_LICENCE_DIST=repo
11-
POM_DEVELOPER_ID=cashapp
12-
POM_DEVELOPER_NAME=Cash App
11+
POM_DEVELOPER_ID=block
12+
POM_DEVELOPER_NAME=Block
1313

1414
SONATYPE_HOST=CENTRAL_PORTAL
1515
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)