Skip to content

Commit

Permalink
Build: Don't publish iceberg-open-api module (#9871)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra committed Mar 5, 2024
1 parent 1ae13b8 commit 2519ab4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ if (project.hasProperty('release') && jdkVersion != '8') {
}

subprojects {
if (it.name == 'iceberg-open-api') {
// don't publish iceberg-open-api
return
}

def isBom = it.name == 'iceberg-bom'

apply plugin: 'maven-publish'
Expand Down

0 comments on commit 2519ab4

Please sign in to comment.