bazelbuild / rules_groovy

Groovy rules for Bazel
Apache License 2.0
11 stars 28 forks source link

Support for monorepos with multiple projects (#51) #56

Open dtee opened 4 years ago

dtee commented 4 years ago

There might be a better way to figure out the BUILD generator_location... but this works with multiple projects inside a mono repo.

googlebot commented 4 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

googlebot commented 4 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

ekuefler commented 4 years ago

Thanks! Can you give an example of the kind of structure this allows for? Do the README lines at https://github.com/bazelbuild/rules_groovy/blame/master/README.md#L123-L124 need to be updated?