Skip to content

Commit

Permalink
Detect Breaking Changes check does not fail on new method added to an @…
Browse files Browse the repository at this point in the history
…publicapi interface (#16585)

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Nov 7, 2024
1 parent 9f790ee commit aa5c39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ tasks.register("japicmp", me.champeau.gradle.japicmp.JapicmpTask) {
onlyModified = true
failOnModification = true
ignoreMissingClasses = true
failOnSourceIncompatibility = true
annotationIncludes = ['@org.opensearch.common.annotation.PublicApi', '@org.opensearch.common.annotation.DeprecatedApi']
annotationExcludes = ['@org.opensearch.common.annotation.InternalApi']
txtOutputFile = layout.buildDirectory.file("reports/java-compatibility/report.txt")
Expand Down

0 comments on commit aa5c39b

Please sign in to comment.