File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
1313 implementation(" dev.sigstore.build-logic:gradle-plugin" )
1414 implementation(" dev.sigstore:sigstore-gradle-sign-plugin:2.0.0" )
1515 implementation(" com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.3.1" )
16- implementation(" com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin:1.3 .0" )
16+ implementation(" com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin:1.4 .0" )
1717}
Original file line number Diff line number Diff line change 33
44plugins {
55 id(" build-logic.root-build" )
6- id(" com.gradleup.nmcp.aggregation" ) version " 1.3 .0"
6+ id(" com.gradleup.nmcp.aggregation" ) version " 1.4 .0"
77 // The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build.
88 `embedded- kotlin` apply false
99}
You can’t perform that action at this time.
0 commit comments