Contains BUILD aliases for the Bazel build system.
To read how to use JFlex on your Bazel project, please read jflex/README.md
Contributors who want to add a new dependency need to
- Add the artifact id in
ARTIFACTS =
constant indeps.bzl
. - Create a directory in
third_party
that matches the artifact groupId. - Add a BUILD file in that directory
- The build must have a
license()
declaration.
- The build must have a
- Run
bazel run @unpinned_maven//:pin