salesforce / rules_spring

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

Make bazelrun_jvm_flags a list like for java_binary #167

Open joca-bt opened 1 year ago

joca-bt commented 1 year ago

Make bazelrun_jvm_flags a list like for java_binary. This makes it more compatible with the java_binary rule and easier to migrate.

plaird commented 1 year ago

Yes good suggestion, having it as a list is more Bazel-like.