File tree Expand file tree Collapse file tree
static-instrumenter/agent-instrumenter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
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" )
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments