You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish separate scip-java-proto artifact with scip.proto generated classes
Fixes#522
Previously, it was necessary to generate classes from the scip.proto source
if you wanted to write Java tooling that consumes SCIP. This commit
reorganizes the build so that we publish a new
com.sourcegraph:scip-java-proto artifact that only includes the
generated protobuf classes from scip.proto. Note that we don't guarantee
binary compatibility for public classes in this module.
0 commit comments