Skip to content

Commit

Permalink
Remove the revapi section from the build file
Browse files Browse the repository at this point in the history
  • Loading branch information
kbendick committed May 9, 2022
1 parent afd204e commit 13f3c41
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ project(':iceberg-bundled-guava') {
project(':iceberg-api') {
apply plugin: 'com.palantir.revapi'

//revapi {
// oldGroup = 'org.apache.iceberg'
// oldName = 'iceberg-api'
// oldVersion = '0.13.0'
//}

dependencies {
implementation project(path: ':iceberg-bundled-guava', configuration: 'shadow')
compileOnly "com.google.errorprone:error_prone_annotations"
Expand Down

0 comments on commit 13f3c41

Please sign in to comment.