theindexer
theindexer
Close enough to this that I don't know if it needs a new issue. How about a flag on start/restart that drops you into the log when it finishes
hawt, thanks
I have it working with ``` java_plugin( name = "scabbard", visibility = ["//visibility:public"], deps = ["@maven//:dev_arunkumar_scabbard_processor"], #rules_jvm_external usage javacopts = ["-Ascabbard.failOnError=true"] # or whatever ) ``` and then running `bazel...