Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 381 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 381 Bytes

rules_junit5

A Bazel custom build rule to run JUnit 5 unittest with usage examples.
This program is adapted from the original Junit example,
to use rules_jvm_external and remove all unnecessary implicit dependencies.