Skip to content

Commit 1829f7f

Browse files
committed
Add flag to allow use of unsafe
1 parent cb070ae commit 1829f7f

File tree

1 file changed

+1
-0
lines changed
  • dd-smoke-tests/spring-boot-3.0-native/application

1 file changed

+1
-0
lines changed

dd-smoke-tests/spring-boot-3.0-native/application/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if (hasProperty('agentPath')) {
3636
// quick build mode, enough for smoke test
3737
buildArgs.add("-Ob")
3838
buildArgs.add("-J-javaagent:$agentPath")
39+
buildArgs.add("-J-Dnet.bytebuddy.safe=false")
3940
if (withProfiler && property('profiler') == 'true') {
4041
buildArgs.add("-J-Ddd.profiling.enabled=true")
4142
}

0 commit comments

Comments
 (0)