Skip to content

Commit

Permalink
merge: #7467
Browse files Browse the repository at this point in the history
7467: [Backport stable/1.1] Minor fixes to the revapi config r=npepinpe a=github-actions[bot]

# Description
Backport of #7463 to `stable/1.1`.

relates to 

Co-authored-by: Nicolas Pepin-Perreault <nicolas.pepin-perreault@camunda.com>
  • Loading branch information
zeebe-bors-cloud[bot] and npepinpe authored Jul 7, 2021
2 parents 0de8bdb + 7152e91 commit e37cd5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build-tools/src/main/resources/revapi/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"java.class.nonPublicPartOfAPI"
]
}
},
{
"extension": "revapi.java",
"configuration": {
"reportUsesFor": "all-differences",
"matchOverloads": false
}
}
]
1 change: 0 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@
different branches which need to compare to different versions
-->
<oldVersion>${backwards.compat.version}</oldVersion>
<skip>${skipChecks}</skip>
</configuration>
</plugin>

Expand Down

0 comments on commit e37cd5a

Please sign in to comment.