Skip to content

Commit 0cf4bb1

Browse files
Fixed Groovy compiler settings.
1 parent 0196afe commit 0cf4bb1

File tree

1 file changed

+1
-1
lines changed
  • dd-java-agent/instrumentation/spring/spring-boot-1.3

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/spring/spring-boot-1.3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addTestSuiteExtendingForDir("boot2LatestDepForkedTest", "boot2LatestDepTest", "t
3131
addTestSuiteExtendingForDir("boot3ForkedTest", "boot3Test", "test")
3232
addTestSuiteExtendingForDir("latestDepForkedTest", "latestDepTest", "test")
3333

34-
configureGroovyCompiler(17, "compileLatestDepTestGroovy", "compileBoot3TestGroovy")
34+
configureGroovyCompiler(17, "compileLatestDepTestGroovy", "compileBoot3TestGroovy", "compileBoot3ForkedTestGroovy", "compileLatestDepForkedTestGroovy")
3535

3636
dependencies {
3737
implementation project(':dd-java-agent:instrumentation:span-origin')

0 commit comments

Comments
 (0)