We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9f9a2 commit 4898aacCopy full SHA for 4898aac
dd-smoke-tests/spring-boot-3.0-native/application/build.gradle
@@ -35,7 +35,7 @@ if (hasProperty('agentPath')) {
35
main {
36
// quick build mode, enough for smoke test
37
buildArgs.add("-Ob")
38
- buildArgs.add("--initialize-at-run-time=datadog.environment.GeneratedSupportedConfigurations")
+ buildArgs.add("--initialize-at-run-time=datadog.environment.SupportedConfigurationSource,datadog.environment.GeneratedSupportedConfigurations")
39
buildArgs.add("-J-javaagent:$agentPath")
40
if (withProfiler && property('profiler') == 'true') {
41
buildArgs.add("-J-Ddd.profiling.enabled=true")
0 commit comments