Skip to content

Commit

Permalink
Fix forbiddenapis error
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Oct 10, 2024
1 parent 6cced11 commit a5f28b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/command-manager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ loggerUsageCheck.enabled = false
// No need to validate pom, as we do not upload to maven/sonatype
validateNebulaPom.enabled = false

// Skip forbiddenAPIs check on dependencies
thirdPartyAudit.enabled = false

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.16.0")
Expand Down

0 comments on commit a5f28b4

Please sign in to comment.