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 c9068cc commit 04744c8Copy full SHA for 04744c8
buildSrc/build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
75
api("com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.3.1")
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")
78
- api("com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin:0.1.5")
+ api("com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin:1.0.2")
79
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
80
subprojects.forEach {
81
runtimeOnly(project(it.path))
0 commit comments