Skip to content

Commit

Permalink
Excavator: Apply gradle-revapi to warn about Java public API/ABI brea…
Browse files Browse the repository at this point in the history
…ks (#211)
  • Loading branch information
svc-excavator-bot authored and bulldozer-bot[bot] committed Sep 9, 2019
1 parent 8834e1e commit 57323b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.palantir.gradle.revapi:gradle-revapi:0.3.0'
classpath 'com.netflix.nebula:gradle-info-plugin:5.0.3'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.12.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
Expand Down
1 change: 1 addition & 0 deletions preconditions-assertj/build.gradle
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply from: "${rootDir}/gradle/publish-jar.gradle"
apply plugin: 'com.palantir.revapi'

dependencies {
api project(':preconditions')
Expand Down
1 change: 1 addition & 0 deletions preconditions/build.gradle
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply from: "${rootDir}/gradle/publish-jar.gradle"
apply plugin: 'com.palantir.revapi'

dependencies {
api project(':safe-logging')
Expand Down
1 change: 1 addition & 0 deletions safe-logging/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply from: "${rootDir}/gradle/publish-jar.gradle"
apply plugin: 'com.palantir.revapi'

tasks.withType(JavaCompile) {
options.errorprone.errorproneArgs += [
Expand Down

0 comments on commit 57323b6

Please sign in to comment.