Skip to content

Commit 949b988

Browse files
authored
Remove old vendored grpc files (#33762)
* Remove old vendored grpc artifacts * string fix
1 parent b3051ba commit 949b988

File tree

4 files changed

+1
-268
lines changed

4 files changed

+1
-268
lines changed

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2420,7 +2420,7 @@ class BeamModulePlugin implements Plugin<Project> {
24202420
shadowClosure: GrpcVendoring_1_69_0.shadowClosure() << {
24212421
// We perform all the code relocations but don't include
24222422
// any of the actual dependencies since they will be supplied
2423-
// by org.apache.beam:beam-vendor-grpc-v1p60p1
2423+
// by org.apache.beam:beam-vendor-grpc-v1p69p0
24242424
dependencies {
24252425
include(dependency { return false })
24262426
}

buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_60_1.groovy

Lines changed: 0 additions & 228 deletions
This file was deleted.

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ include(":sdks:python:test-suites:tox:py312")
315315
include(":sdks:python:test-suites:xlang")
316316
include(":sdks:typescript")
317317
include(":sdks:typescript:container")
318-
include(":vendor:grpc-1_60_1")
319318
include(":vendor:grpc-1_69_0")
320319
include(":vendor:calcite-1_28_0")
321320
include(":vendor:guava-32_1_2-jre")

vendor/grpc-1_60_1/build.gradle

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)