Skip to content

Commit ba896e1

Browse files
renovate[bot]trask
andauthored
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.22.0 (open-telemetry#1057)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
1 parent 30492bf commit ba896e1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
1414
// When updating, update above in plugins too
15-
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.21.0")
15+
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
1616
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
1717
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
1818
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15")

static-instrumenter/agent-instrumenter/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,5 @@ class AgentJarsProvider(
142142
@PathSensitive(PathSensitivity.RELATIVE)
143143
val noInstAgentJar: Provider<RegularFile>,
144144
) : CommandLineArgumentProvider {
145-
override fun asArguments(): Iterable<String> =
146-
listOf("-Dagent=${file(agentJar).path}", "-Dno.inst.agent=${file(noInstAgentJar).path}")
145+
override fun asArguments(): Iterable<String> = listOf("-Dagent=${file(agentJar).path}", "-Dno.inst.agent=${file(noInstAgentJar).path}")
147146
}

0 commit comments

Comments
 (0)