salesforce / rules_spring

Bazel rule for building Spring Boot apps as a deployable jar
BSD 3-Clause "New" or "Revised" License
224 stars 49 forks source link

Support for Bazel 3.2 on Windows #38

Closed omathias closed 3 years ago

omathias commented 4 years ago

Hello Everyone,

Does this support Bazel 3.2 on Windows.

Thanks, Oliver

plaird commented 4 years ago

There will need to be a fix for 3.x, as we currently have a flag set --incompatible_depset_union=false and that is not available in 3.x. But that shouldn't be too hard to fix.

Windows support is a bigger issue as this rule is written with Bash. Issue #25 tracks Windows support and I have no estimate on when we will have that.

plaird commented 3 years ago

Closing as a dupe for #25