Skip to content

Commit 8063ca5

Browse files
authored
Merge pull request #236 from icerockdev/develop
fix group and version setup
2 parents 0b294b8 + bfcd2fe commit 8063ca5

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ buildscript {
1717
classpath(":resources-build-logic")
1818
}
1919
}
20+
21+
allprojects {
22+
plugins.withId("org.gradle.maven-publish") {
23+
group = "dev.icerock.moko"
24+
version = libs.versions.mokoResourcesVersion.get()
25+
}
26+
}

resources-test/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ plugins {
1111
id("publication-convention")
1212
}
1313

14-
group = "dev.icerock.moko"
15-
version = libs.versions.mokoResourcesVersion.get()
16-
1714
dependencies {
1815
commonMainApi(projects.resources)
1916
}

resources/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ plugins {
1212
id("publication-convention")
1313
}
1414

15-
group = "dev.icerock.moko"
16-
version = libs.versions.mokoResourcesVersion.get()
17-
1815
kotlin {
1916
targets
2017
.matching { it is org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget }

0 commit comments

Comments
 (0)