-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(revapi): Verify API/ABI compatibility during build (#246)
* build(revapi): Add palantir.revapi plugin to verify API/ABI compatibility between versions * ci(revapi): Accept changes until v2 is released * docs(licenses): Add Revapi license * docs(CONTRIBUTING): Explain what revapi plugin does and how to accept changes
- Loading branch information
Showing
5 changed files
with
218 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,11 @@ jobs: | |
|
||
- name: Setup Gradle | ||
uses: gradle/[email protected] | ||
|
||
|
||
# Temporary until release of v2 | ||
- name: Accept breaking changes | ||
run: ./gradlew :revapiAcceptAllBreaks --justification 'Changes for v2' | ||
|
||
- name: Execute Gradle build | ||
run: ./gradlew build | ||
|
||
|
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 |
---|---|---|
|
@@ -16,3 +16,6 @@ target | |
|
||
# MacOS | ||
.DS_Store | ||
|
||
# Palantir Revapi | ||
.palantir |
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
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