grpc-ecosystem / grpc-opentracing

OpenTracing is a set of consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation
BSD 3-Clause "New" or "Revised" License
472 stars 98 forks source link

https://github.com/grpc-ecosystem/grpc-opentracing/issues/15 #20

Closed hzariv closed 7 years ago

hzariv commented 7 years ago

https://github.com/grpc-ecosystem/grpc-opentracing/issues/15 https://github.com/grpc-ecosystem/grpc-opentracing/issues/17 https://github.com/grpc-ecosystem/grpc-opentracing/issues/18

bhs commented 7 years ago

@hzariv there's a greater than 50% chance that I managed to get gradle uploadArchives to work... basically a bunch of yak-shaving with GPG, but in the end I got this in the shell:

$ gradle uploadArchives
:compileJava
Download https://repo1.maven.org/maven2/io/grpc/grpc-core/1.1.2/grpc-core-1.1.2.pom
Download https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom
Download https://repo1.maven.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
Download https://repo1.maven.org/maven2/io/grpc/grpc-context/1.1.2/grpc-context-1.1.2.pom
Download https://repo1.maven.org/maven2/com/google/instrumentation/instrumentation-api/0.3.0/instrumentation-api-0.3.0.pom
Download https://repo1.maven.org/maven2/io/grpc/grpc-core/1.1.2/grpc-core-1.1.2.jar
Download https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar
Download https://repo1.maven.org/maven2/io/grpc/grpc-context/1.1.2/grpc-context-1.1.2.jar
Download https://repo1.maven.org/maven2/com/google/instrumentation/instrumentation-api/0.3.0/instrumentation-api-0.3.0.jar
:processResources UP-TO-DATE
:classes
:jar
:javadoc
:javadocJar
:sourcesJar
:signArchives
:uploadArchives

BUILD SUCCESSFUL

Total time: 20.434 secs
hzariv commented 7 years ago

@bhs thanks very much for review and merge. Do you have and ETA when 0.2.0 artifact will be released to maven central? (we use maven central repo for this artifact)

bhs commented 7 years ago

@hzariv it should have happened already. something must be broken with the gradle config... argh. Not my area of expertise to say the least... I'll take a look, though.

bhs commented 7 years ago

Some of the changes in https://github.com/grpc-ecosystem/grpc-opentracing/pull/21 may have fixed this. There's some lag in the central repo, but in an hour we'll have a better sense.