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:
Alexander Söderberg 2022-05-28 11:20:14 +02:00 committed by Jason
parent 236cd34a32
commit 46a3f7129f
6 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,4 @@
plugins {
id("cloud.base-conventions")
id("com.palantir.revapi")
}