Skip to content

Commit 920f3ba

Browse files
committed
WIP: fix spring-boot-2.7-webflux smoke test
1 parent d4131d3 commit 920f3ba

File tree

1 file changed

+3
-0
lines changed
  • dd-smoke-tests/spring-boot-2.7-webflux/application

1 file changed

+3
-0
lines changed

dd-smoke-tests/spring-boot-2.7-webflux/application/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ dependencies {
3030
implementation "com.datadoghq:dd-trace-api:0.110.0"
3131
}
3232
}
33+
34+
targetCompatibility = JavaVersion.VERSION_1_8
35+
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)