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
|
|
@ -60,6 +60,7 @@ versions:
|
|||
gradleTestLogger: 3.1.0
|
||||
gradleErrorprone: 2.0.2
|
||||
spotless: *spotless
|
||||
revapi: 1.7.0
|
||||
|
||||
dependencies:
|
||||
checkerQual:
|
||||
|
|
@ -248,6 +249,10 @@ dependencies:
|
|||
group: com.diffplug.spotless
|
||||
name: spotless-plugin-gradle
|
||||
version: { ref: spotless }
|
||||
revapi:
|
||||
group: com.palantir.gradle.revapi
|
||||
name: gradle-revapi
|
||||
version: { ref: revapi }
|
||||
|
||||
bundles:
|
||||
coroutines:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue