From 21bef1eae6f731124af49da0a2736edbc5990ff1 Mon Sep 17 00:00:00 2001 From: Jun Nemoto Date: Mon, 22 Sep 2025 14:13:00 +0900 Subject: [PATCH] Add Jreleaser deploy settings for HashStore and TableStore --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b26111c5..fcf68850 100644 --- a/build.gradle +++ b/build.gradle @@ -134,8 +134,10 @@ jreleaser { maven { def stagingRepositories = ['client/build/staging-deploy', 'common/build/staging-deploy', + 'hash-store/build/staging-deploy', 'ledger/build/staging-deploy', - 'rpc/build/staging-deploy'] + 'rpc/build/staging-deploy', + 'table-store/build/staging-deploy'] mavenCentral { 'release-deploy' { active = 'RELEASE'