Skip to content

Commit

Permalink
Remove unnecessary exclusion on third party audit
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ross <andrross@amazon.com>
  • Loading branch information
andrross committed May 4, 2022
1 parent 1948e5b commit 4d4f81a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,6 @@ tasks.named("thirdPartyAudit").configure {
'com.google.common.geometry.S2$Metric',
'com.google.common.geometry.S2LatLng'
)

if (BuildParams.runtimeJavaVersion > JavaVersion.VERSION_1_8) {
ignoreMissingClasses 'javax.xml.bind.DatatypeConverter'
}
}

tasks.named("dependencyLicenses").configure {
Expand Down

0 comments on commit 4d4f81a

Please sign in to comment.