kc3-lang/brotli/java/WORKSPACE

Branch :


Log

Author Commit Date CI Message
2f9277ff 2021-03-24 15:05:23 Update bazel WORKSPACE files (#896) * Update bazel WORKSPACE files * Use fresh OSX image * Cache homebrew dirs for faster startup
f83aa516 2020-03-31 14:38:01 Update bazel to 2.2 + update config (#798) Newer bazel does not support `maven_jar` rule anymore...
a799e34c 2018-10-18 17:25:05 Remove dependency to full JDK. This should speedup clean builds. (#719) * Remove dependency to full JDK. This should speedup clean builds. * Upgrade appveyor bazel
1e7ea1d8 2018-06-04 17:53:16 Inverse bazel project/workspace tree (#677) * Inverse bazel workspace tree. Now each subproject directly depends on root (c) project. This helps to mitigate Bazel bug bazelbuild/bazel#2391; short summary: Bazel does not work if referenced subproject `WORKSPACE` uses any repositories that embedding project does not. Bright side: building C project is much faster; no need to download closure, go and JDK...