Skip to content

Commit 567c8fe

Browse files
authored
Merge pull request #242 from arkivanov/specify-group-and-version-for-publications
Specify group and version for publication
2 parents 83d0a1b + e670a35 commit 567c8fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ void setupMultiplatformPublications(Project project) {
307307
project.with {
308308
plugins.apply('maven-publish')
309309

310+
group = "com.arkivanov.mvikotlin"
311+
version = mvikotlinVersion
312+
310313
publishing {
311314
publications.withType(MavenPublication.class).all {
312315
setupPublicationPom(project, it)

0 commit comments

Comments
 (0)