File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ tasks.named<JacocoReport>("jacocoTestReport") {
98
98
! it.absolutePath.contains(" io/opentelemetry/sdk/extension/trace/jaeger/proto/" ) &&
99
99
! it.absolutePath.contains(" io/opentelemetry/semconv/trace/attributes/" ) &&
100
100
! it.absolutePath.contains(" AutoValue_" )
101
- }
101
+ },
102
102
)
103
103
}
104
104
additionalSourceDirs(sourcesPath.incoming.artifactView { lenient(true ) }.files)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if (!JavaVersion.current().isJava11Compatible()) {
12
12
" JDK 11 or higher is required to build. " +
13
13
" One option is to download it from https://adoptopenjdk.net/. If you believe you already " +
14
14
" have it, please check that the JAVA_HOME environment variable is pointing at the " +
15
- " JDK 11 installation."
15
+ " JDK 11 installation." ,
16
16
)
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
14
14
dependencies {
15
15
implementation(" com.google.auto.value:auto-value-annotations:1.10.1" )
16
16
// When updating, update above in plugins too
17
- implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.12.0 " )
17
+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.12.1 " )
18
18
// Needed for japicmp but not automatically brought in for some reason.
19
19
implementation(" com.google.guava:guava:31.1-jre" )
20
20
implementation(" com.squareup:javapoet:1.13.0" )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ tasks {
77
77
// Mainly to conveniently profile through IDEA. Don't add to check task, it's for
78
78
// manual invocation.
79
79
name != " testSpanPipeline"
80
- }
80
+ },
81
81
)
82
82
}
83
83
}
Original file line number Diff line number Diff line change 45
45
root(
46
46
" opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequest" ,
47
47
" opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest" ,
48
- " opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest"
48
+ " opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest" ,
49
49
)
50
50
51
51
custom {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ tasks {
67
67
}
68
68
}
69
69
manifest.attributes(
70
- " Multi-Release" to " true"
70
+ " Multi-Release" to " true" ,
71
71
)
72
72
}
73
73
You can’t perform that action at this time.
0 commit comments