Skip to content
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