Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

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 (#51)
  • Loading branch information
svc-excavator-bot authored and iamdanfox committed Sep 10, 2019
1 parent 2ff1018 commit 01a9556
Show file tree
Hide file tree
Showing 2 changed files with 2 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.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.netflix.nebula:nebula-publishing-plugin:13.2.0'
classpath 'com.palantir.baseline:gradle-baseline-java:1.10.0'
Expand Down
1 change: 1 addition & 0 deletions junit-resource-poller/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'

dependencies {
compileOnly 'org.junit.jupiter:junit-jupiter-api'
Expand Down

0 comments on commit 01a9556

Please sign in to comment.