Skip to content

Instantly share code, notes, and snippets.

@asinbow
Created July 22, 2020 13:42
Show Gist options
  • Save asinbow/7a35a667882e6a4755f30f8eacc624b7 to your computer and use it in GitHub Desktop.
Save asinbow/7a35a667882e6a4755f30f8eacc624b7 to your computer and use it in GitHub Desktop.
load("//junit5.bzl", "java_junit5_test")
java_junit5_test(
# ...
main_class = "com.flexport.bazeljunit5.BazelJUnit5ConsoleLauncher",
deps = [
"//bazeljunit5/src/main/java/com/flexport/bazeljunit5",
# ...
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment