rules_kotlin
rules_kotlin copied to clipboard
[infra] Convert examples to bazel integration tests
- Disable workspace test.
- Set
.bazelrcfor examples that need specific flags. - Replace all existing integration tests with the new suites.
- Fix the version check for later versions of java to not crash with bazel 6. (java_test with bazel 6 and java >11 will fail without more work)
Implementation notes:
.bazelignoredoes not work withrules_bazel_integration_test. It must be via--deleted_packages- The automatic import of files fails as well
- Adding more bazel versions is tedious.