Skip to content

Commit b191c6f

Browse files
committed
Change arg for Graalvm 25
1 parent e3bdbce commit b191c6f

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
@@ -39,6 +39,7 @@ if (hasProperty('agentPath')) {
3939
buildArgs.add("-J-Dnet.bytebuddy.safe=false")
4040
if (withProfiler && property('profiler') == 'true') {
4141
buildArgs.add("-J-Ddd.profiling.enabled=true")
42+
buildArgs.add("--enable-monitoring=jfr")
4243
}
4344
jvmArgs.add("-Xmx3072M")
4445
}

0 commit comments

Comments
 (0)