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