Skip to content

2.2.1 April 2022 Support for Bazel's testonly attribute

Compare
Choose a tag to compare
@plaird plaird released this 23 Apr 05:51
· 76 commits to main since this release
39179b9

The Bazel standard testonly attribute is now accepted by the springboot macro, and applied to the generated subrules. This is to support the use case of a springboot application used for integration testing, which needs to depend on Java libraries that are marked testonly. #144

Also, the default branch of this repository is now main instead of master, to comply with modern Git standards. The master branch will be deleted sometime in the future. If you pull the this repository into your workspace using a git_repository rule with branch, make sure to switch to main.