boyuanzz edited a comment on pull request #14419: URL: https://github.com/apache/beam/pull/14419#issuecomment-818296826
I got build errors from :sdks:java:testing:tpcds module as: ``` 14:50:07 * What went wrong: 14:50:07 Execution failed for task ':sdks:java:testing:tpcds:compileJava'. 14:50:07 > Could not resolve all files for configuration ':sdks:java:testing:tpcds:compileClasspath'. 14:50:07 > Could not find io.confluent:kafka-avro-serializer:5.3.2. 14:50:07 Searched in the following locations: 14:50:07 - https://repo.maven.apache.org/maven2/io/confluent/kafka-avro-serializer/5.3.2/kafka-avro-serializer-5.3.2.pom 14:50:07 If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. 14:50:07 Required by: 14:50:07 project :sdks:java:testing:tpcds > project :runners:google-cloud-dataflow-java > project :sdks:java:io:kafka 14:50:07 > Could not find io.confluent:kafka-schema-registry-client:5.3.2. 14:50:07 Searched in the following locations: 14:50:07 - https://repo.maven.apache.org/maven2/io/confluent/kafka-schema-registry-client/5.3.2/kafka-schema-registry-client-5.3.2.pom 14:50:07 If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. 14:50:07 Required by: 14:50:07 project :sdks:java:testing:tpcds > project :runners:google-cloud-dataflow-java > project :sdks:java:io:kafka ``` It seems like if I change :sdks:java:testing:tpcds to apply `applyJavaNature`, this error will be gone but more complaint from the sdks:java:testing:tpcds code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
