Skip to content

Commit

Permalink
Fixed thirdPartyAudit check
Browse files Browse the repository at this point in the history
Signed-off-by: Ketan Verma <ketan9495@gmail.com>
  • Loading branch information
ketanv3 committed Jul 19, 2023
1 parent 0f9171f commit 8afa9ab
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,18 @@ tasks.named("thirdPartyAudit").configure {
'com.google.protobuf.UnsafeUtil$Android32MemoryAccessor',
'com.google.protobuf.UnsafeUtil$Android64MemoryAccessor',
'com.google.protobuf.UnsafeUtil$JvmMemoryAccessor',
'com.google.protobuf.UnsafeUtil$MemoryAccessor'
'com.google.protobuf.UnsafeUtil$MemoryAccessor',

// from zero-allocation-hashing
'net.openhft.hashing.HotSpotPrior7u6StringHash',
'net.openhft.hashing.LongHashFunction',
'net.openhft.hashing.LongTupleHashFunction',
'net.openhft.hashing.ModernCompactStringHash',
'net.openhft.hashing.ModernHotSpotStringHash',
'net.openhft.hashing.UnsafeAccess',
'net.openhft.hashing.UnsafeAccess$OldUnsafeAccessBigEndian',
'net.openhft.hashing.UnsafeAccess$OldUnsafeAccessLittleEndian',
'net.openhft.hashing.Util'
)
}

Expand Down

0 comments on commit 8afa9ab

Please sign in to comment.