Skip to content

Commit e68465f

Browse files
committed
fix thirdPartyAudit
1 parent b4b3481 commit e68465f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/entitlement/tools/common/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ dependencies {
2222
tasks.named("dependencyLicenses").configure {
2323
mapping from: /asm-.*/, to: 'asm'
2424
}
25+
26+
tasks.named("thirdPartyAudit").configure {
27+
ignoreMissingClasses()
28+
}

0 commit comments

Comments
 (0)