Skip to content

Update dependency com.gradleup.nmcp.aggregation to v1.4.4#1021

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/nmcp
Open

Update dependency com.gradleup.nmcp.aggregation to v1.4.4#1021
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/nmcp

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2025

This PR contains the following updates:

Package Change Age Confidence
com.gradleup.nmcp.aggregation 1.2.01.4.4 age confidence

Release Notes

gradleup/nmcp (com.gradleup.nmcp.aggregation)

v1.4.4

2026-01-24

Nmcp 1.4.4 retries more aggressively when Sonatype is flaky, and makes it more explicit that publishAllProjectsProbablyBreakingProjectIsolation() is still OK to use if you don't mind about project isolation.

v1.4.3

2026-01-02

Version 1.4.3 adds NmcpAggregationExtension.allowDuplicateProjectNames (#​239) as an escape hatch for the duplicate name check (#​233)

v1.4.2

2025-12-31

Version 1.4.2 fixes for snapshots returning 400 on XML 1.1 and handles some configuration errors more gracefully.

👷‍♂️ All changes

  • Make sure to send XML 1.0 (Fixes 400 error when publishing snapshots) GradleUp#231
  • Add NmcpAggregationExtension.localRepository() GradleUp#234
  • Fail if there are duplicate project names GradleUp#233
  • Display an error if the aggregation is empty GradleUp#236

v1.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 GradleUp#227
  • Bump Kotlin, OkHttp, xmlutil and a bunch of other dependencies GradleUp#228

v1.4.0

Nmcp can now be 100% configured from settings.gradle[.kts]:

// settings.gradle.kts
plugins {
  id("com.gradleup.nmcp.setting").version("1.4.0")
}

nmcpAggregation {
  centralPortal {
    username = TODO()
    password = TODO()
    // ...
  }
}

This version also contains a few quality of life improvements courtesy of @​SimonMarquis and fixes an issue that could sometimes cause maven-metadata.xml to be out of sync.

What's Changed

  • Clamp remaining time to seconds GradleUp#213
  • maven-metadata.xml: make sure the base version is always added to the list of versions GradleUp#214, GradleUp#222
  • Set an explicit configuration name to load nmcp-tasks nmcp GradleUp#215
  • Register tasks earlier so that they are generated as typesafe tasks accessors GradleUp#219
  • Expand the zip files when passing it to allFiles nmcp GradleUp#218
  • Publish to nmcp repo tasks should never be up-to-date nmcp GradleUp#221
  • Allow to configure the whole build from the settings script nmcp GradleUp#223

v1.3.0

Enable classloader isolation to fix issues such as #​210.

v1.2.1

A few fixes mostly around the settings plugin + fixed the publishing timeout.

All Changes

  • Settings plugin: only apply to subprojects if the maven-publish plugin is applied nmcp in GradleUp#196
  • Settings plugin: allow the root project to apply both the regular and aggregation plugins nmcp in GradleUp#198
  • Use allprojects {} instead of subprojects {} nmcp in GradleUp#199
  • Fix publishing timeout nmcp in GradleUp#201
  • Add publishFileByFile(File, File) helper function nmcp in GradleUp#207

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency com.gradleup.nmcp.aggregation to v1.3.0 Update dependency com.gradleup.nmcp.aggregation to v1.4.0 Dec 22, 2025
@renovate renovate bot changed the title Update dependency com.gradleup.nmcp.aggregation to v1.4.0 Update dependency com.gradleup.nmcp.aggregation to v1.4.1 Dec 30, 2025
@renovate renovate bot changed the title Update dependency com.gradleup.nmcp.aggregation to v1.4.1 Update dependency com.gradleup.nmcp.aggregation to v1.4.2 Dec 31, 2025
@renovate renovate bot changed the title Update dependency com.gradleup.nmcp.aggregation to v1.4.2 Update dependency com.gradleup.nmcp.aggregation to v1.4.3 Jan 2, 2026
@renovate renovate bot changed the title Update dependency com.gradleup.nmcp.aggregation to v1.4.3 Update dependency com.gradleup.nmcp.aggregation to v1.4.4 Jan 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants