We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955a233 commit 6ee8014Copy full SHA for 6ee8014
buildSrc/build.gradle.kts
@@ -11,6 +11,6 @@ val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
11
dependencies {
12
implementation("org.ajoberstar.reckon:reckon-gradle:0.16.1")
13
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.7.20")
14
- implementation("io.github.gradle-nexus:publish-plugin:1.2.0")
+ implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
15
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${libs.findVersion("kotlin").get()}")
16
}
0 commit comments