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 6cb0e76 commit 446bc66Copy full SHA for 446bc66
buildSrc/build.gradle.kts
@@ -74,7 +74,7 @@ dependencies {
74
api("com.github.autostyle:com.github.autostyle.gradle.plugin:4.0")
75
api("com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:2.0.0")
76
api("org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:$expectedKotlinDslPluginsVersion")
77
- api("org.jetbrains.dokka-javadoc:org.jetbrains.dokka-javadoc.gradle.plugin:2.0.0")
+ api("org.jetbrains.dokka-javadoc:org.jetbrains.dokka-javadoc.gradle.plugin:2.1.0")
78
api("com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin:1.3.0")
79
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
80
subprojects.forEach {
0 commit comments