We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80f46a commit e536e1cCopy full SHA for e536e1c
build.gradle
@@ -134,8 +134,10 @@ jreleaser {
134
maven {
135
def stagingRepositories = ['client/build/staging-deploy',
136
'common/build/staging-deploy',
137
+ 'hash-store/build/staging-deploy',
138
'ledger/build/staging-deploy',
- 'rpc/build/staging-deploy']
139
+ 'rpc/build/staging-deploy',
140
+ 'table-store/build/staging-deploy']
141
mavenCentral {
142
'release-deploy' {
143
active = 'RELEASE'
0 commit comments