Skip to content

Commit fe04dc8

Browse files
committed
Downgrade nmcp plugin due to GradleUp/nmcp#265
1 parent 12a35e3 commit fe04dc8

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ foojayResolver = { id = "org.gradle.toolchains.foojay-resolver", version = "1.0.
101101
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
102102
# check if workaround in gradle.properties can be removed when updating
103103
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.4.0" }
104-
nmcp-settings = { id = "com.gradleup.nmcp.settings", version = "1.6.0" }
104+
nmcp-settings = { id = "com.gradleup.nmcp.settings", version = "1.5.0" }
105105
node = { id = "com.github.node-gradle.node", version = "7.1.0" }
106106
nullaway = { id = "net.ltgt.nullaway", version = "3.1.0" }
107107
plantuml = { id = "io.freefair.plantuml", version = "9.5.0" }

gradle/plugins/publishing/src/main/kotlin/junitbuild.maven-central-publishing.settings.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import nmcp.NmcpAggregationExtension
21
import java.time.Duration
32
import kotlin.time.Duration.Companion.minutes
43
import kotlin.time.toJavaDuration
@@ -20,9 +19,6 @@ nmcpSettings {
2019

2120
gradle.lifecycle.afterProject {
2221
if (project == rootProject) {
23-
the<NmcpAggregationExtension>().apply {
24-
publishAllChecksums = true
25-
}
2622
tasks.named<Zip>("nmcpZipAggregation") {
2723
eachFile {
2824
if (name.contains(".asc.")) {

0 commit comments

Comments
 (0)