We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20b15d commit 93e220aCopy full SHA for 93e220a
javaagent/build.gradle.kts
@@ -178,8 +178,7 @@ tasks {
178
179
excludeBootstrapClasses()
180
// remove MPL licensed content
181
- exclude("okhttp3/internal/publicsuffix/NOTICE")
182
- exclude("okhttp3/internal/publicsuffix/publicsuffixes.gz")
+ exclude("okhttp3/internal/publicsuffix/PublicSuffixDatabase.list")
183
184
duplicatesStrategy = DuplicatesStrategy.FAIL
185
0 commit comments