Skip to content

Commit

Permalink
fix: pin hedera-services to the latest commit on main
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Aug 23, 2024
1 parent 74b4f64 commit e2f3605
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stream/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ tasks.withType<JavaCompile>().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 {
Expand Down

0 comments on commit e2f3605

Please sign in to comment.