this way we can detect API/ABI breaks between versions. it'll compare to the previous tag.
4 lines
75 B
Kotlin
4 lines
75 B
Kotlin
plugins {
|
|
id("cloud.base-conventions")
|
|
id("com.palantir.revapi")
|
|
}
|