Stig Døssing
Stig Døssing
Any chance this gets merged soon? I'm not really understanding the reluctance to incorporate these changes, considering that CI is green and several people have provided feedback that this appears...
We had this issue too. As far as we could tell, it's happening because the VCS scan that happens by default during a sync tells the plugin to include files...
If you just want a fat jar, Bazel tends to call those ["deploy jars"](https://bazel.build/reference/be/java), I believe `scala_binary` provides one https://github.com/bazelbuild/rules_scala/blob/719f353b85129106a745d9825be2c09231d4fcae/scala/private/common_outputs.bzl#L5 If you have a target like ``` scala_binary( name =...
I can't say for sure, but my guess would be that the fat jar is messing up the log4jplugins.dat file. Each log4j-related jar contains one of those files, and they...
Friendly ping @simuons, anything we can do to help get this in?
It's almost certainly possible, but probably a bit of effort. You'll be trying to create a jar that "looks like" an sbt plugin jar, but since you don't have sbt...