Skip to content

Commit 76f7a96

Browse files
Bump spotless-plugin-gradle from 6.12.0 to 6.12.1 (#5076)
* Bump spotless-plugin-gradle from 6.12.0 to 6.12.1 Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.12.0 to 6.12.1. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/6.12.0...gradle/6.12.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix spotless Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack Berg <[email protected]>
1 parent 705a322 commit 76f7a96

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

all/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tasks.named<JacocoReport>("jacocoTestReport") {
9898
!it.absolutePath.contains("io/opentelemetry/sdk/extension/trace/jaeger/proto/") &&
9999
!it.absolutePath.contains("io/opentelemetry/semconv/trace/attributes/") &&
100100
!it.absolutePath.contains("AutoValue_")
101-
}
101+
},
102102
)
103103
}
104104
additionalSourceDirs(sourcesPath.incoming.artifactView { lenient(true) }.files)

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!JavaVersion.current().isJava11Compatible()) {
1212
"JDK 11 or higher is required to build. " +
1313
"One option is to download it from https://adoptopenjdk.net/. If you believe you already " +
1414
"have it, please check that the JAVA_HOME environment variable is pointing at the " +
15-
"JDK 11 installation."
15+
"JDK 11 installation.",
1616
)
1717
}
1818

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
dependencies {
1515
implementation("com.google.auto.value:auto-value-annotations:1.10.1")
1616
// 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")
1818
// Needed for japicmp but not automatically brought in for some reason.
1919
implementation("com.google.guava:guava:31.1-jre")
2020
implementation("com.squareup:javapoet:1.13.0")

exporters/otlp/all/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tasks {
7777
// Mainly to conveniently profile through IDEA. Don't add to check task, it's for
7878
// manual invocation.
7979
name != "testSpanPipeline"
80-
}
80+
},
8181
)
8282
}
8383
}

exporters/otlp/common/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ wire {
4545
root(
4646
"opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequest",
4747
"opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest",
48-
"opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest"
48+
"opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest",
4949
)
5050

5151
custom {

sdk/common/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tasks {
6767
}
6868
}
6969
manifest.attributes(
70-
"Multi-Release" to "true"
70+
"Multi-Release" to "true",
7171
)
7272
}
7373

0 commit comments

Comments
 (0)