Skip to content

Commit

Permalink
kmmbridge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Apr 5, 2024
1 parent 56e2fe0 commit a0bc893
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,16 @@ tasks.create("runJvmMain", JavaExec::class.java) {
this.mainClass.set("dev.johnoreilly.confetti.MainKt")
}

publishing {
repositories {
maven {
url = uri("https://repo.repsy.io/mvn/joreilly/confetti")
credentials {
username = System.getenv("MAVEN_USERNAME") ?: System.getProperty("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD") ?: System.getProperty("MAVEN_PASSWORD") }
}
}
}
//publishing {
// repositories {
// maven {
// url = uri("https://repo.repsy.io/mvn/joreilly/confetti")
// credentials {
// username = System.getenv("MAVEN_USERNAME") ?: System.getProperty("MAVEN_USERNAME")
// password = System.getenv("MAVEN_PASSWORD") ?: System.getProperty("MAVEN_PASSWORD") }
// }
// }
//}

multiplatformSwiftPackage {
packageName("ConfettiKit")
Expand Down

0 comments on commit a0bc893

Please sign in to comment.