Skip to content

Commit 170a203

Browse files
committed
change artifact name to kotlin-logging-mew
1 parent c3b63b7 commit 170a203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ tasks {
173173
publishing {
174174
publications.withType<MavenPublication> {
175175
pom {
176-
name.set("kotlin-logging")
176+
name.set("kotlin-logging-mew")
177177
description.set("kotlin-logging $version - Lightweight logging framework for Kotlin")
178178
url.set("https://github.com/MicroUtils/kotlin-logging")
179179
licenses {

0 commit comments

Comments
 (0)