You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the examples are inline in the workspace with the rules_spring project itself. This is nice in that changes to the rule are instantly tested with the examples.
But we don't have a good way to test/demo it against:
different versions of Bazel
different versions of Spring Boot
related tech stacks, like Kotlin, rules_oci etc
without making an absolute mess of the WORKSPACE file.
We will refresh the Kotlin branch in #183 but hopefully we build a better solution in this work.
The text was updated successfully, but these errors were encountered:
Right now the examples are inline in the workspace with the rules_spring project itself. This is nice in that changes to the rule are instantly tested with the examples.
But we don't have a good way to test/demo it against:
without making an absolute mess of the WORKSPACE file.
We will refresh the Kotlin branch in #183 but hopefully we build a better solution in this work.
The text was updated successfully, but these errors were encountered: