salesforce / rules_spring

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

rename launcher word as bazelrun to be more specific #108

Closed plaird closed 3 years ago

plaird commented 3 years ago

First PR for #79 to make attribute names more consistent and clear.

Attribute renames:

This one clarifies that the 'launcher' in the new attribute 'launcher_script' is specifically for 'bazel run'. Same with jvm_flags. Because the launcher_script attribute is new and never released, I did not implement back compat support for it. But for jvm_flags we honor the old name if it is set.