GoogleCloudPlatform/cloud-opensource-java

Create a checker for overlapping classes in the BOM

Open

#771 opened on Jul 3, 2019

View on GitHub
 (6 comments) (0 reactions) (1 assignee)Java (80 forks)auto 404
enhancementgood first issuehelp wantedp3

Repository metrics

Stars
 (162 stars)
PR merge metrics
 (PR metrics pending)

Description

Specifically, we would want to run a checker to make sure that a new release of a library (e.g. google-cloud-java) wasn't creating new artifacts containing classes that other artifacts already contain.

Contributor guide