Skip to content

Commit

Permalink
Fix build agian
Browse files Browse the repository at this point in the history
  • Loading branch information
schlaubi authored and schlaubi committed Jan 29, 2024
1 parent 2b9e588 commit 19e9ff4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions buildSrc/src/main/kotlin/kord-publishing.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
import org.jetbrains.kotlin.konan.target.KonanTarget

plugins {
id("com.vanniktech.maven.publish.base")
dev.kord.`gradle-tools`
}

kord {
publicationName = "mavenCentral"
metadataHost = KonanTarget.MACOS_ARM64
}

mavenPublishing {
coordinates(Library.group, "cache-${project.name}")
publishToMavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dokka-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref
atomicfu-plugin = { module = "org.jetbrains.kotlinx:atomicfu-gradle-plugin", version.ref = "kotlinx-atomicfu" }
binary-compatibility-validator-plugin = { module = "org.jetbrains.kotlinx:binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
ksp-plugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
kord-gradle-plugin = { module = "dev.kord:gradle-tools", version = "1.2.6" }
kord-gradle-plugin = { module = "dev.kord:gradle-tools", version = "1.2.7" }
maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.27.0" }

[bundles]
Expand Down

0 comments on commit 19e9ff4

Please sign in to comment.