Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0802108

Browse files
committed
move flare to utils:flare-utils
1 parent 9fe16fc commit 0802108

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

dd-java-agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ dependencies {
295295
// (which are loaded on the bootstrap cl)
296296
}
297297

298-
sharedShadowInclude project(':flare'), {
298+
sharedShadowInclude project(':utils:flare-utils'), {
299299
transitive = false
300300
}
301301
sharedShadowInclude libs.bundles.cafe.crypto

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ include(
105105
":components:environment",
106106
":components:json",
107107
":components:yaml",
108-
":flare",
109108
":telemetry",
110109
":remote-config:remote-config-api",
111110
":remote-config:remote-config-core",
@@ -143,6 +142,7 @@ include(
143142
":dd-java-agent:testing",
144143
":utils:config-utils",
145144
":utils:container-utils",
145+
":utils:flare-utils",
146146
":utils:socket-utils",
147147
":utils:test-agent-utils:decoder",
148148
":utils:test-utils",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)