Skip to content

Commit 4898aac

Browse files
committed
triggering CI
1 parent 0f9f9a2 commit 4898aac

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +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")
38+
buildArgs.add("--initialize-at-run-time=datadog.environment.SupportedConfigurationSource,datadog.environment.GeneratedSupportedConfigurations")
3939
buildArgs.add("-J-javaagent:$agentPath")
4040
if (withProfiler && property('profiler') == 'true') {
4141
buildArgs.add("-J-Ddd.profiling.enabled=true")

0 commit comments

Comments
 (0)