Skip to content

Commit 0f9f9a2

Browse files
committed
adding to graalvm
1 parent 63f4b4f commit 0f9f9a2

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
@@ -35,6 +35,7 @@ if (hasProperty('agentPath')) {
3535
main {
3636
// quick build mode, enough for smoke test
3737
buildArgs.add("-Ob")
38+
buildArgs.add("--initialize-at-run-time=datadog.environment.GeneratedSupportedConfigurations")
3839
buildArgs.add("-J-javaagent:$agentPath")
3940
if (withProfiler && property('profiler') == 'true') {
4041
buildArgs.add("-J-Ddd.profiling.enabled=true")

0 commit comments

Comments
 (0)