Skip to content

Commit 94dafb1

Browse files
e5lSergey Mashkov
authored and
Sergey Mashkov
committed
Fix ktor-bom publication
(cherry picked from commit 0c6ad54)
1 parent a7f92db commit 94dafb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/publish.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def selectArtifactId(project, type, defaultName) {
3333

3434
def isAvailableForPublication(publication) {
3535
def name = publication.name
36+
if (name in ['maven']) return true
37+
3638
def result = false
3739
result = result | (name in ['jvm', 'js', 'metadata', 'kotlinMultiplatform'])
3840
result = result | (project.ext.isLinuxHost && name == 'linuxX64')

0 commit comments

Comments
 (0)