Skip to content

Commit

Permalink
Remove old vendored grpc files (#33762)
Browse files Browse the repository at this point in the history
* Remove old vendored grpc artifacts

* string fix
  • Loading branch information
damccorm authored Jan 25, 2025
1 parent b3051ba commit 949b988
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 268 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2420,7 +2420,7 @@ class BeamModulePlugin implements Plugin<Project> {
shadowClosure: GrpcVendoring_1_69_0.shadowClosure() << {
// We perform all the code relocations but don't include
// any of the actual dependencies since they will be supplied
// by org.apache.beam:beam-vendor-grpc-v1p60p1
// by org.apache.beam:beam-vendor-grpc-v1p69p0
dependencies {
include(dependency { return false })
}
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ include(":sdks:python:test-suites:tox:py312")
include(":sdks:python:test-suites:xlang")
include(":sdks:typescript")
include(":sdks:typescript:container")
include(":vendor:grpc-1_60_1")
include(":vendor:grpc-1_69_0")
include(":vendor:calcite-1_28_0")
include(":vendor:guava-32_1_2-jre")
Expand Down
38 changes: 0 additions & 38 deletions vendor/grpc-1_60_1/build.gradle

This file was deleted.

0 comments on commit 949b988

Please sign in to comment.