Skip to content

Commit

Permalink
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.…
Browse files Browse the repository at this point in the history
…22.0 (#1057)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
  • Loading branch information
renovate[bot] and trask authored Oct 2, 2023
1 parent 30492bf commit ba896e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.21.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15")
Expand Down
3 changes: 1 addition & 2 deletions static-instrumenter/agent-instrumenter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,5 @@ class AgentJarsProvider(
@PathSensitive(PathSensitivity.RELATIVE)
val noInstAgentJar: Provider<RegularFile>,
) : CommandLineArgumentProvider {
override fun asArguments(): Iterable<String> =
listOf("-Dagent=${file(agentJar).path}", "-Dno.inst.agent=${file(noInstAgentJar).path}")
override fun asArguments(): Iterable<String> = listOf("-Dagent=${file(agentJar).path}", "-Dno.inst.agent=${file(noInstAgentJar).path}")
}

0 comments on commit ba896e1

Please sign in to comment.