Skip to content

Commit 93e220a

Browse files
authored
Exclude okhttp5 public suffix database (#14252)
1 parent e20b15d commit 93e220a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javaagent/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ tasks {
178178

179179
excludeBootstrapClasses()
180180
// remove MPL licensed content
181-
exclude("okhttp3/internal/publicsuffix/NOTICE")
182-
exclude("okhttp3/internal/publicsuffix/publicsuffixes.gz")
181+
exclude("okhttp3/internal/publicsuffix/PublicSuffixDatabase.list")
183182

184183
duplicatesStrategy = DuplicatesStrategy.FAIL
185184

0 commit comments

Comments
 (0)