Skip to content

Commit

Permalink
ASAA-122- Another change
Browse files Browse the repository at this point in the history
  • Loading branch information
br-Emery committed Dec 13, 2023
1 parent 7256d00 commit cd70c11
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions kmp-launchpad-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@ group = "com.github.bottlerocketstudios"
version = libs.versions.launchpad.compose.get()

publishing {
publications {
register<MavenPublication>("$name-release") {
// artifactId = name.lowercase()
from(components["kotlin"])

pom {
description = "Compose components for Launchpad"

licenses {
license {
name = "The Apache License, Version 2.0"
url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
}
}
}
}
// publications {
//// register<MavenPublication>("$name-release") {
//// artifactId = name.lowercase()
//// from(components["kotlin"])
////
//// pom {
//// description = "Compose components for Launchpad"
////
//// licenses {
//// license {
//// name = "The Apache License, Version 2.0"
//// url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
//// }
//// }
//// }
// }
// }

repositories {
maven {
Expand Down

0 comments on commit cd70c11

Please sign in to comment.