ibzib commented on pull request #13765: URL: https://github.com/apache/beam/pull/13765#issuecomment-776456284
> @chamikaramj @kennknowles > > :sdks:java:testing:nexmark:analyzeClassesDependencies is now failing with > > > No signature of method: ca.cutterslade.gradle.analyze.AnalyzeDependenciesTask$_action_closure3$_closure8.doCall() is applicable for argument types: (org.gradle.api.internal.artifacts.PreResolvedResolvableArtifact) values: [auto-value-annotations-1.7.4.jar (com.google.auto.value:auto-value-annotations:1.7.4)] > > Possible solutions: findAll(), findAll(), isCase(java.lang.Object), isCase(java.lang.Object) > > Is this a known issue? I don't believe that updating GCP deps should affect Nexmark The bad error message is from a bug in the IWYU plugin (which should be fixed in the next release of the plugin): https://github.com/gradle-dependency-analyze/gradle-dependency-analyze/issues/125 It looks like upgrading the bom upgrades auto-value-annotations from 1.7.2 to 1.7.4, so you need to sync the version here: https://github.com/apache/beam/blob/bc1569cb13540376c2878d87d3b270b752464888/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L425 ---------------------------------------------------------------- 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]
