bazelbuild / BUILD_file_generator

Generate BUILD files for your Java files
Apache License 2.0
39 stars 19 forks source link

Bazel incompatible flags #50

Open laurentlb opened 5 years ago

laurentlb commented 5 years ago

From our latest CI run (https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/28#d18600f5-284d-41fa-ae37-b0e51d2e2ff8), migration is needed for the following flags:   --incompatible_depset_is_not_iterable   --incompatible_depset_union   --incompatible_disable_deprecated_attr_params   --incompatible_disable_legacy_proto_provider   * --incompatible_use_toolchain_providers_in_java_common

In particular, depsets flags have been around for a while. Documentation is here: https://docs.bazel.build/versions/master/skylark/depsets.html

Let me know if you need help

petroseskinder commented 5 years ago

thanks for updating @greggdonovan