We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b63b7 commit 170a203Copy full SHA for 170a203
build.gradle.kts
@@ -173,7 +173,7 @@ tasks {
173
publishing {
174
publications.withType<MavenPublication> {
175
pom {
176
- name.set("kotlin-logging")
+ name.set("kotlin-logging-mew")
177
description.set("kotlin-logging $version - Lightweight logging framework for Kotlin")
178
url.set("https://github.com/MicroUtils/kotlin-logging")
179
licenses {
0 commit comments