Skip to content

Commit

Permalink
Enable ignore failures for forbidden API
Browse files Browse the repository at this point in the history
Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB committed Feb 22, 2023
1 parent 5340e00 commit 6cc0e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ thirdPartyAudit.enabled = false
loggerUsageCheck.enabled = false
// No need to validate pom, as we do not upload to maven/sonatype
validateNebulaPom.enabled = false
forbiddenApis.ignoreFailures = true

buildscript {
ext {
Expand Down

0 comments on commit 6cc0e7a

Please sign in to comment.