Skip to content

Commit

Permalink
chore: Use 0.54 protobufs on 0.54 release branch (#15323)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Hess <[email protected]>
  • Loading branch information
mhess-swl authored Sep 4, 2024
1 parent 924171a commit d329741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hapi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ 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.54.0"
// uncomment below to use a specific branch
branch = "main"
// branch = "main"
}

sourceSets {
Expand Down

0 comments on commit d329741

Please sign in to comment.