-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement standard rule layout #30
Comments
This work will also require a rename of the Git repository from bazel-springboot-rule to rules-spring |
I think we should also be looking at bzl_library during this work. https://github.com/bazelbuild/bazel-skylib/blob/master/bzl_library.bzl This might be required to support stardoc #28 ? |
The repackaging work (aside from the repo rename) has been completed an is in the repackaging_v2.0 branch. I will publish a new release from this branch. It has been tested internally at Salesforce. The top-level README will be updated with the migration details.
|
The repo rename happened in #97 and the docs have been updated. I think we are done! Now that we are in proper attire, I just sent a PR to finally get us added to AwesomeBazel: jin/awesome-bazel#94 |
We started this rule back in the days of Bazel 0.5.2 and have kept the same layout since. We need to reorganize the rule to adhere to the standard layout:
https://docs.bazel.build/versions/master/skylark/deploying.html#repository-content
The text was updated successfully, but these errors were encountered: