Skip to content

JeffFaer/bazel-junit5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazel-junit5

JUnit 5 build and test targets for bazel

How can I include this in my project?

Put the following on your WORKSPACE

git_repository(
    name = "name_falgout_jeffrey_junit5",
    remote = "https://github.com/JeffreyFalgout/bazel-junit5.git",
    tag = "v0.3.0",
)

load("@name_falgout_jeffrey_junit5//java:junit5.bzl", "junit5_dependencies", etc)