File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ dependencies {
9595 testRuntimeOnly library. java. slf4j_jdk14
9696 testImplementation project(path : " :runners:direct-java" , configuration : " shadow" )
9797 testRuntimeOnly project(path : " :runners:google-cloud-dataflow-java" )
98+ testRuntimeOnly project(path : " :sdks:java:harness" )
9899 hadoopVersions. each {kv ->
99100 " hadoopVersion$kv . key " " org.apache.hadoop:hadoop-client:$kv . value "
100101 " hadoopVersion$kv . key " " org.apache.hadoop:hadoop-minicluster:$kv . value "
@@ -165,7 +166,7 @@ task dataflowIntegrationTest(type: Test) {
165166 " --project=${ gcpProject} " ,
166167 " --tempLocation=${ gcpTempLocation} " ,
167168 " --tempRoot=${ gcpTempLocation} " ,
168- " --experiments=use_runner_v2"
169+ " --experiments=use_runner_v2,use_staged_dataflow_worker_jar "
169170 ]
170171 if (project. hasProperty(' enableManagedTransforms' )) {
171172 args. add(" --experiments=enable_managed_transforms" )
You can’t perform that action at this time.
0 commit comments