From e2f3605e306c640b1576d48e3c5f38e6d4587580 Mon Sep 17 00:00:00 2001 From: Matt Peterson Date: Fri, 23 Aug 2024 07:26:38 -0600 Subject: [PATCH] fix: pin hedera-services to the latest commit on main Signed-off-by: Matt Peterson --- stream/build.gradle.kts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stream/build.gradle.kts b/stream/build.gradle.kts index 46a2a1659..19f27872b 100644 --- a/stream/build.gradle.kts +++ b/stream/build.gradle.kts @@ -32,9 +32,11 @@ tasks.withType().configureEach { // Add downloaded HAPI repo protobuf files into build directory and add to sources to build them tasks.cloneHederaProtobufs { // uncomment below to use a specific tag - // tag = "v0.53.0" + // tag = "v0.53.0" or a specific commit like "0047255" + tag = "0047255" + // uncomment below to use a specific branch - branch = "main" + // branch = "main" } sourceSets {