BUILD_file_generator
BUILD_file_generator copied to clipboard
Generate BUILD files for your Java files
https://buildkite.com/bazel/build-file-generator/builds/93 ``` There was 1 failure: 1) ruleKindDetection(com.google.devtools.build.bfg.JavaSourceFileParserTest) java.lang.AssertionError: Not true that contains exactly . It is missing and has unexpected items ``` /cc @philwo @greggdonovan
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...
See https://github.com/bazelbuild/bazel/issues/6799 for more details. In your case, you should update the version of bazel-deps that you're using (https://github.com/bazelbuild/BUILD_file_generator/blob/master/dev-scripts/dependencies/setup.sh#L9) to get this done. Newer versions don't use the native maven_jar...
Also: - Move tools/bazel.rc to support new locations: https://docs.bazel.build/versions/master/guide.html#where-are-the-bazelrc-files. - Build with as many incompatible changes as possible. - Update bazel-deps and rules_scala. - Removed no longer needed scala maven...
See bazelbuild/bazel#5756
We should add basic usage instructions for both tools and document how they interact.
Bouncing off #21, the following changes arose after I tried (and failed) to use Bfg on a simple java project. ### Documentation NOTE: This is a WIP. My primary intent...
…re generated for disconnected targets.
The [`check-only` option](https://github.com/johnynek/bazel-deps/issues/85) has been created by @kevingessner but [autovalue support](https://github.com/johnynek/bazel-deps/issues/62) is still open.
https://github.com/johnynek/bazel-deps/issues/73 has been fixed and generated files are well-formed when generate is called with `buildifier` arg. Also: clone `bazel-deps` to a directory unlikely to clash with another checkout.