File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed
Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ # Version 1.4.2
2+ _ 2025-12-31_
3+
4+ Version 1.4.2 fixes for snapshots returning 400 on XML 1.1 and handles some configuration errors more gracefully.
5+
6+ ## 👷♂️ All changes
7+ * Make sure to send XML 1.0 (Fixes 400 error when publishing snapshots) https://github.com/GradleUp/nmcp/pull/231
8+ * Add ` NmcpAggregationExtension.localRepository() ` https://github.com/GradleUp/nmcp/pull/234
9+ * Fail if there are duplicate project names https://github.com/GradleUp/nmcp/pull/233
10+ * Display an error if the aggregation is empty https://github.com/GradleUp/nmcp/pull/236
11+
112
213# Version 1.4.1
314_ 2025-12-30_
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Add the `com.gradleup.nmcp.settings` plugin to your `settings.gradle[.kts]` file
3232``` kotlin
3333// settings.gradle[.kts]
3434plugins {
35- id(" com.gradleup.nmcp.settings" ).version(" 1.4.1 " )
35+ id(" com.gradleup.nmcp.settings" ).version(" 1.4.2 " )
3636}
3737
3838nmcpSettings {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ In the project where you want to upload the deployment (typically your root proj
3535``` kotlin
3636// build.gradle.kts
3737plugins {
38- id(" com.gradleup.nmcp.aggregation" ).version(" 1.4.1 " )
38+ id(" com.gradleup.nmcp.aggregation" ).version(" 1.4.2 " )
3939}
4040
4141nmcpAggregation {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kdoc.olderVersions=
66kdoc.artifactId =kdoc
77
88pom.groupId =com.gradleup.nmcp
9- pom.version =1.4.2 -SNAPSHOT
9+ pom.version =1.4.3 -SNAPSHOT
1010pom.description =New Maven Central Publishing
1111pom.vcsUrl =https://github.com/gradleup/nmcp
1212pom.developer =nmcp authors
Original file line number Diff line number Diff line change 11plugins {
22 id(" org.jetbrains.kotlin.jvm" ).version(" 2.3.0" ).apply (false )
3- id(" com.gradleup.nmcp.aggregation" ).version(" 1.4.2 -SNAPSHOT" )
3+ id(" com.gradleup.nmcp.aggregation" ).version(" 1.4.3 -SNAPSHOT" )
44}
55
66group = " com.example"
Original file line number Diff line number Diff line change 11plugins {
2- id(" com.gradleup.nmcp.aggregation" ).version(" 1.4.2 -SNAPSHOT" )
2+ id(" com.gradleup.nmcp.aggregation" ).version(" 1.4.3 -SNAPSHOT" )
33}
You can’t perform that action at this time.
0 commit comments