salesforce / rules_spring

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

springboot rule must honor 'neverlink' attribute on libraries #157

Open plaird opened 2 years ago

plaird commented 2 years ago

Currently the springboot rule will package all deps and runtime_deps from the upstream app java_library.

It should honor neverlink. If a library is marked with the neverlink attribute, the springboot rule must not package it.