forked from reactor/reactor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Check binary compatibility using japicmp
- added a compatibleVersion property to gradle.properties - the corresponding artifact is resolved and the jar compared against the build-produced jar for incompatibilities - japicmp task is run after jar and fails the build
- Loading branch information
1 parent
c7f1900
commit c211186
Showing
2 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
version=3.1.1.BUILD-SNAPSHOT | ||
compatibleVersion=3.1.0.RELEASE |