Skip to content

Commit 4709c92

Browse files
authored
Add Jreleaser deploy settings for HashStore and TableStore (#274)
1 parent 20cc6b5 commit 4709c92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,10 @@ jreleaser {
134134
maven {
135135
def stagingRepositories = ['client/build/staging-deploy',
136136
'common/build/staging-deploy',
137+
'hash-store/build/staging-deploy',
137138
'ledger/build/staging-deploy',
138-
'rpc/build/staging-deploy']
139+
'rpc/build/staging-deploy',
140+
'table-store/build/staging-deploy']
139141
mavenCentral {
140142
'release-deploy' {
141143
active = 'RELEASE'

0 commit comments

Comments
 (0)