Skip to content

Commit e536e1c

Browse files
feeblefakiejnmt
andauthored
Backport to branch(3) : Add Jreleaser deploy settings for HashStore and TableStore (#275)
Co-authored-by: Jun Nemoto <[email protected]>
1 parent c80f46a commit e536e1c

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)