Skip to content

Commit

Permalink
Fix ktor-bom publication
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c6ad54)
  • Loading branch information
e5l authored and Sergey Mashkov committed Sep 27, 2019
1 parent a7f92db commit 94dafb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def selectArtifactId(project, type, defaultName) {

def isAvailableForPublication(publication) {
def name = publication.name
if (name in ['maven']) return true

def result = false
result = result | (name in ['jvm', 'js', 'metadata', 'kotlinMultiplatform'])
result = result | (project.ext.isLinuxHost && name == 'linuxX64')
Expand Down

0 comments on commit 94dafb1

Please sign in to comment.