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

Throw error if both deps_exclude and deps_exclude_paths are specified #192

Open plaird opened 4 months ago

plaird commented 4 months ago

If you define both attributes, only deps_exclude_paths is honored and we silently ignore deps_exclude. Throw an error instead.