Skip to content

Commit

Permalink
fix build failure due to forbiddenApis
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Dec 21, 2023
1 parent 5b2a8a9 commit 0c204a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ compileJava {
compileTestJava {
options.compilerArgs.addAll(["-processor", 'lombok.launch.AnnotationProcessorHider$AnnotationProcessor'])
}

forbiddenApisTest.ignoreFailures = true

opensearchplugin {
name 'skills'
Expand Down

0 comments on commit 0c204a5

Please sign in to comment.