File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ subprojects {
1414 mavenCentral()
1515 mavenLocal()
1616 maven { url ' https://oss.jfrog.org/artifactory/oss-snapshot-local' }
17- maven { url ' https://dl.bintray.com/open-telemetry/maven' }
17+ maven { url ' https://dl.bintray.com/open-telemetry/maven' }
1818 }
1919
2020 ext {
@@ -27,7 +27,7 @@ subprojects {
2727 openTelemetryInstrumentationVersion = ' 0.9.0'
2828 junitVersion = ' 4.13'
2929 mockitoVersion = ' 3.5.10'
30- opentelemetryOperationsVersion = " 0.9.1" // CURRENT_RELEASE_VERSION
30+ opentelemetryOperationsVersion = ' 0.9.1' // CURRENT_RELEASE_VERSION
3131
3232 libraries = [
3333 auto_service_annotations : " com.google.auto.service:auto-service-annotations:${ autoServiceVersion} " ,
Original file line number Diff line number Diff line change @@ -14,3 +14,11 @@ dependencies {
1414 implementation(project(' :exporter-metrics' ))
1515 implementation(project(' :exporter-trace' ))
1616}
17+
18+ jar. enabled = false
19+
20+ tasks. build. dependsOn tasks. shadowJar
21+
22+ shadowJar {
23+ classifier = null
24+ }
You can’t perform that action at this time.
0 commit comments