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 <andriy.redko@aiven.io>
(cherry picked from commit aa5c39b)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent a957ded commit c78aab3
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 @@ -450,6 +450,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 c78aab3

Please sign in to comment.