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