Skip to content

Commit

Permalink
Use hfhbd mavencentral plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Oct 31, 2024
1 parent 6fd5810 commit 9a23f8c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 967 deletions.
7 changes: 1 addition & 6 deletions gradle/build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
plugins {
`kotlin-dsl`
kotlin("plugin.serialization") version embeddedKotlinVersion
}

dependencies {
implementation(libs.plugins.kotlin.jvm.dep)

compileOnly(libs.ktor.client.java)
compileOnly(libs.ktor.client.logging)
compileOnly(libs.ktor.client.content.negotiation)
compileOnly(libs.ktor.serialization.kotlinx.json)
implementation(libs.plugins.mavencentral.dep)
}

val Provider<PluginDependency>.dep: Provider<String> get() = map { "${it.pluginId}:${it.pluginId}.gradle.plugin:${it.version}" }
Expand Down
Loading

0 comments on commit 9a23f8c

Please sign in to comment.