bazelbuild / examples

Examples for Bazel
http://bazel.build
Apache License 2.0
824 stars 506 forks source link

Error: 'JavaInfo' value has no field or method 'transitive_deps' #301

Closed sgowroji closed 7 months ago

sgowroji commented 1 year ago

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3245#018a06d1-f59f-40fc-aa5c-f33931b33b2f

Platform : Ubuntu, MacOS, Windows

Logs :

inputs = depset(jdeps, transitive = [depset([], transitive = [dep.transitive_deps for dep in deps])])
Error: 'JavaInfo' value has no field or method 'transitive_deps'

Culprit : https://github.com/bazelbuild/bazel/commit/72058be0628e84741232cb116a7199eb92638f84

CC Greenteam @Wyverald

sgowroji commented 1 year ago

@hvadehra Should we update this with rules_kotlin

hvadehra commented 1 year ago

@hvadehra Should we update this with rules_kotlin

Yes that SGTM

sgowroji commented 8 months ago

Hi @Bencodes, Do you any chance can take a look https://github.com/bazelbuild/examples/pull/303#issuecomment-1735961456, As this issue is pending from long time. Thanks!

sgowroji commented 7 months ago

Bazel CI is Green now for examples. We can close this issue now. Thanks!