Skip to content

Commit eab0cb2

Browse files
committed
change default expansion service container in BeamModulePlugin.groovy
1 parent e20aaf4 commit eab0cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -3004,7 +3004,7 @@ class BeamModulePlugin implements Plugin<Project> {
30043004

30053005
// Transform service delivers transforms that refer to SDK harness containers with following sufixes.
30063006
def transformServiceJavaContainerSuffix = 'java11'
3007-
def transformServicePythonContainerSuffix = '39'
3007+
def transformServicePythonContainerSuffix = '310'
30083008

30093009
def setupTask = project.tasks.register(config.name+"Setup", Exec) {
30103010
// Containers for main SDKs when running tests.

0 commit comments

Comments
 (0)