Skip to content

Commit

Permalink
Add rev api for api/cassandra (#6371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Kramer committed Nov 21, 2022
1 parent 6b1789c commit 87fa79d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions atlasdb-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

apply from: "../gradle/shared.gradle"
apply plugin: 'com.palantir.revapi'

dependencies {
api project(":lock-api")
Expand Down
1 change: 1 addition & 0 deletions atlasdb-cassandra/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply from: "../gradle/shared.gradle"
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.palantir.metric-schema'
apply plugin: 'com.palantir.revapi'

configurations {
explicitShadow
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ buildscript {
classpath 'gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.0.0'
classpath 'com.palantir.gradle.revapi:gradle-revapi:1.7.0'
}
}

Expand Down

0 comments on commit 87fa79d

Please sign in to comment.