File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" otel.java-conventions" )
3+ id(" otel.shadow-conventions" )
34 id(" otel.publish-conventions" )
4- id(" com.gradleup.shadow" )
55}
66
77description = " OpenTelemetry extension that provides GCP authentication support for OTLP exporters"
Original file line number Diff line number Diff line change 11plugins {
22 application
3- id(" com.gradleup.shadow" )
43 id(" otel.java-conventions" )
4+ id(" otel.shadow-conventions" )
55 id(" otel.publish-conventions" )
66}
77
@@ -62,6 +62,10 @@ testing {
6262 }
6363}
6464
65+ licenseReport {
66+ excludes = arrayOf(" com.ibm.mq:com.ibm.mq.allclient" )
67+ }
68+
6569tasks.shadowJar {
6670 dependencies {
6771 exclude(dependency(" com.ibm.mq:com.ibm.mq.allclient" ))
Original file line number Diff line number Diff line change 11plugins {
22 id(" otel.java-conventions" )
33 application
4- id(" com.gradleup. shadow" )
4+ id(" otel. shadow-conventions " )
55
66 id(" otel.groovy-conventions" )
77 id(" otel.publish-conventions" )
Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
3- id(" com.gradleup. shadow" )
3+ id(" otel. shadow-conventions " )
44 id(" otel.java-conventions" )
55 id(" otel.publish-conventions" )
66}
You can’t perform that action at this time.
0 commit comments