Unable to run JUnit5 tests with Bazel inside Docker container Unable to run JUnit5 tests with Bazel inside Docker container docker docker

Unable to run JUnit5 tests with Bazel inside Docker container


I found the solution. That was really weird. I was using register_toolchains rule, instead of kt_register_toolchain. Silly me.