build: add revapi to core api modules (#361)
this way we can detect API/ABI breaks between versions. it'll compare to the previous tag.
This commit is contained in:
parent
236cd34a32
commit
46a3f7129f
6 changed files with 10 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
plugins {
|
||||
id("cloud.base-conventions")
|
||||
id("com.palantir.revapi")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue