Skip to content

Commit

Permalink
add: singingなどを追加して試してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaito Kitaya committed Nov 24, 2024
1 parent 6f685bd commit 5349b3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ plugins {
alias(libs.plugins.androidLibrary) apply false
alias(libs.plugins.kotlinMultiplatform) apply false
alias(libs.plugins.vanniktech.mavenPublish) apply false
}
id("maven-publish")
id("signing")
}
3 changes: 2 additions & 1 deletion mplogger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mavenPublishing {
name = "Mplogger"
description = "A mplogger for logging in Kotlin Multiplatfrom."
inceptionYear = "2024"
url = "https://github.com/kotlin/multiplatform-library-template/"
url = "https://github.com/Kate941-su/mplogger"
licenses {
license {
name = "MIT License"
Expand All @@ -80,6 +80,7 @@ mavenPublishing {
}
}


//For testing
//publishing {
// repositories {
Expand Down

0 comments on commit 5349b3a

Please sign in to comment.