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 b4b3481 commit e68465fCopy full SHA for e68465f
libs/entitlement/tools/common/build.gradle
@@ -22,3 +22,7 @@ dependencies {
22
tasks.named("dependencyLicenses").configure {
23
mapping from: /asm-.*/, to: 'asm'
24
}
25
+
26
+tasks.named("thirdPartyAudit").configure {
27
+ ignoreMissingClasses()
28
+}
0 commit comments