Skip to content

Commit

Permalink
Apply gradle plugin everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Mar 5, 2024
1 parent 92d05e7 commit 2e1f52e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/kord-internal-module.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
org.jetbrains.kotlin.jvm
dev.kord.`gradle-tools`
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/kord-publishing.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.vanniktech.maven.publish.JavadocJar
import com.vanniktech.maven.publish.KotlinMultiplatform
import org.jetbrains.kotlin.konan.target.KonanTarget
import org.jetbrains.kotlin.konan.target.Family

plugins {
id("com.vanniktech.maven.publish.base")
Expand All @@ -9,7 +9,7 @@ plugins {

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

mavenPublishing {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dokka = "1.9.20" # https://github.com/Kotlin/dokka
kotlinx-atomicfu = "0.23.2" # https://github.com/Kotlin/kotlinx-atomicfu
binary-compatibility-validator = "0.14.0" # https://github.com/Kotlin/binary-compatibility-validator
buildconfig = "5.3.5" # https://github.com/gmazzo/gradle-buildconfig-plugin
kord-gradle-tools = "1.3.0" # https://github.com/kordlib/gradle-tools
kord-gradle-tools = "1.5.2" # https://github.com/kordlib/gradle-tools
maven-publish-plugin = "0.27.0" # https://github.com/vanniktech/gradle-maven-publish-plugin

[libraries]
Expand Down

0 comments on commit 2e1f52e

Please sign in to comment.