Skip to content

Commit 7b69e56

Browse files
authored
Remove public suffixes list from the agent (#10763)
1 parent ff4af46 commit 7b69e56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

javaagent/build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ tasks {
165165
configurations = listOf(javaagentLibs)
166166

167167
excludeBootstrapClasses()
168+
// remove MPL licensed content
169+
exclude("okhttp3/internal/publicsuffix/NOTICE")
170+
exclude("okhttp3/internal/publicsuffix/publicsuffixes.gz")
168171

169172
duplicatesStrategy = DuplicatesStrategy.FAIL
170173

0 commit comments

Comments
 (0)