File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
call-site-instrumentation-plugin
test-published-dependencies Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111 id(" dd-trace-java.config-inversion-linter" )
1212 id(" dd-trace-java.ci-jobs" )
1313
14- id(" com.diffplug.spotless" ) version " 8.2.1 "
14+ id(" com.diffplug.spotless" ) version " 8.3.0 "
1515 id(" me.champeau.gradle.japicmp" ) version " 0.4.3"
1616 id(" com.github.spotbugs" ) version " 6.4.8"
1717 id(" de.thetaphi.forbiddenapis" ) version " 3.10"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 `java- gradle- plugin`
33 `kotlin- dsl`
44 `jvm- test- suite`
5- id(" com.diffplug.spotless" ) version " 8.2.1 "
5+ id(" com.diffplug.spotless" ) version " 8.3.0 "
66}
77
88// The buildSrc still needs to target Java 8 as build time instrumentation and muzzle plugin
Original file line number Diff line number Diff line change 11plugins {
22 java
3- id(" com.diffplug.spotless" ) version " 8.2.1 "
3+ id(" com.diffplug.spotless" ) version " 8.3.0 "
44 id(" com.gradleup.shadow" ) version " 8.3.9"
55}
66
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.diffplug.spotless' version ' 8.2.1 '
2+ id ' com.diffplug.spotless' version ' 8.3.0 '
33}
44
55def sharedConfigDirectory = " $rootDir /../gradle"
You can’t perform that action at this time.
0 commit comments