Skip to content

Clean up Platform and CLIHelper component #9101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion components/cli/build.gradle.kts

This file was deleted.

118 changes: 0 additions & 118 deletions components/cli/gradle.lockfile

This file was deleted.

88 changes: 0 additions & 88 deletions components/cli/src/main/java/datadog/cli/CLIHelper.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public final class Constants {
"datadog.environment",
"datadog.json",
"datadog.yaml",
"datadog.cli",
"datadog.appsec.api",
"datadog.trace.api",
"datadog.trace.bootstrap",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public class SpockRunner extends JUnitPlatform {
"datadog.environment",
"datadog.json",
"datadog.yaml",
"datadog.cli",
"datadog.appsec.api",
"datadog.trace.api",
"datadog.trace.bootstrap",
Expand Down
1 change: 0 additions & 1 deletion internal-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ dependencies {
api project(':components:context')
api project(':components:environment')
api project(':components:yaml')
api project(':components:cli')
api project(":utils:time-utils")

// has to be loaded by system classloader:
Expand Down
Loading
Loading