Skip to content

Commit

Permalink
Update exporter example version and fix uploadArchives (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoercai authored Oct 20, 2020
1 parent 9090625 commit fb7b39a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subprojects {
openTelemetryInstrumentationVersion = '0.8.0'
junitVersion = '4.13'
mockitoVersion = '3.5.10'
opentelemetryOperationsVersion = "0.7.1" // CURRENT_RELEASE_VERSION
opentelemetryOperationsVersion = "0.9.1" // CURRENT_RELEASE_VERSION

libraries = [
auto_service_annotations : "com.google.auto.service:auto-service-annotations:${autoServiceVersion}",
Expand Down Expand Up @@ -81,9 +81,6 @@ subprojects {
}

uploadArchives {
onlyIf {
name in ['exporter-trace']
}
repositories {
mavenDeployer {
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
Expand Down

0 comments on commit fb7b39a

Please sign in to comment.