Skip to content

Commit 11c57ba

Browse files
committed
test against the earliest supported spring version
1 parent e2175cc commit 11c57ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ tasks {
150150
dependsOn(testing.suites)
151151
}
152152

153-
compileJava {
153+
compileTestJava {
154154
options.compilerArgs.add("-parameters")
155155
}
156156

0 commit comments

Comments
 (0)