Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

# Version 1.4.1
_2025-12-30_

Nmcp 1.4.1 refines the aggregation dependency resolution to avoid including by mistake projects that do not apply `com.gradleup.nmcp`.

## 👷 All changes
* Fix zip files could contain unexpected files https://github.com/GradleUp/nmcp/pull/227
* Bump Kotlin, OkHttp, xmlutil and a bunch of other dependencies https://github.com/GradleUp/nmcp/pull/228

# Version 1.4.0

Nmcp can now be 100% configured from `settings.gradle[.kts]`:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add the `com.gradleup.nmcp.settings` plugin to your `settings.gradle[.kts]` file
```kotlin
// settings.gradle[.kts]
plugins {
id("com.gradleup.nmcp.settings").version("1.4.0")
id("com.gradleup.nmcp.settings").version("1.4.1")
}

nmcpSettings {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/manual-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In the project where you want to upload the deployment (typically your root proj
```kotlin
// build.gradle.kts
plugins {
id("com.gradleup.nmcp.aggregation").version("1.4.0")
id("com.gradleup.nmcp.aggregation").version("1.4.1")
}

nmcpAggregation {
Expand Down
2 changes: 1 addition & 1 deletion librarian.root.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kdoc.olderVersions=
kdoc.artifactId=kdoc

pom.groupId=com.gradleup.nmcp
pom.version=1.4.1-SNAPSHOT
pom.version=1.4.2-SNAPSHOT
pom.description=New Maven Central Publishing
pom.vcsUrl=https://github.com/gradleup/nmcp
pom.developer=nmcp authors
Expand Down