eugene yokota
eugene yokota
A related feature in sbt is ``` scala cancelable in Global := true ``` which I don't know how well it works in practice. Do you think `Ctrl+C` could work...
@SethTisue So let's say `a` and `b` represent subproject publishing. One can argue that it's desirable to cancel `b`'s side effect (_cough_, publishing) as soon as we find out that...
Could you try with `cancelable` aka `Ctrl+C` for a while, and see how well it works for you? I've heard bad things like Ivy cache corruption if you just forcefully...
Here's a PR for this - https://github.com/sbt/sbt/pull/8013
I have another PR here - https://github.com/sbt/sbt/pull/7927
What is the end goal of requiring the other auto plugin? (let's call it `X`) Are you trying to load your settings _after_ the plugin `X`'s settings, without you creating...
What do you think about something like `PluginRef("play.sbt.Play")`, and then you can make a specific auto plugin that requires to the plugin ref, instead of the optional stuff.
@OndrejSpanel Even without the full reproduction, could you generally describe what is happening? Can it happen with typing `compile` into sbt shell? Could you also copy-paste full stack trace to...
> the `java9-rt-ext-eclipse_adoptium_21_0_3\rt.jar` is some stuff SBT is generating, is it not? Yea, but it's just a copy of `rt.jar` so we can pass it to scalac. If you could...
My recommendation is to report it as-is esp with the stacktrace.