Skip to content

Commit

Permalink
temporary commit to use protobuf from temporal branch block-repeated-…
Browse files Browse the repository at this point in the history
…fix-tss-message, hopefully by the time this ready to merge to main, we can use a specific commit hash

Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Oct 18, 2024
1 parent d4d8a6e commit 499e007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stream/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ tasks.withType<JavaCompile>().configureEach {
tasks.cloneHederaProtobufs {
// uncomment below to use a specific tag
// tag = "v0.53.0" or a specific commit like "0047255"
tag = "d5e6988"
// tag = "d5e6988"

// uncomment below to use a specific branch
// branch = "main"
branch = "block-repeated-fix-tss-message"
}

sourceSets {
Expand Down

0 comments on commit 499e007

Please sign in to comment.