Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawa01 committed Mar 27, 2024
1 parent 26e937a commit 3981c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies/ProjectConfig.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dependencies

object ProjectConfig {
const val VERSION = "4.0.1"
const val VERSION = "4.0.2"
const val GROUP = "net.kigawa.kutil"
}
4 changes: 2 additions & 2 deletions kutil/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ publishing {

publications {
withType<MavenPublication> {
artifactId = if (name == "kotlinMultiplatform") artifactId
else "$artifactId-$name"
// artifactId = if (name == "kotlinMultiplatform") artifactId
// else "$artifactId-$name"

pom {
name.set("kutil")
Expand Down

0 comments on commit 3981c37

Please sign in to comment.