Skip to content

Commit 89274de

Browse files
committed
pre.213
1 parent 71daeae commit 89274de

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

buildSrc/src/main/kotlin/publish-conventions.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ configure<PublishingExtension> {
5353
groupId = project.group.toString()
5454
artifactId = project.name
5555
version = publishVersion
56+
57+
configurePom(project)
5658
}
5759
}
5860
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.jetbrains.kotlin-wrappers
2-
version.build=pre.212
2+
version.build=pre.213
33

44
kotlin.code.style=official
55
kotlin.js.compiler=both

kotlin-wrappers-bom/gradle.properties

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
description=kotlin-wrappers BOM
2+
author=Victor Turansky

0 commit comments

Comments
 (0)