Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2025

This PR contains the following updates:

Package Change Age Confidence
com.gradleup.nmcp.aggregation 1.3.0 -> 1.4.0 age confidence

Release Notes

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

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

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.

@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.31%. Comparing base (405de7d) to head (d8a63ab).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #210      +/-   ##
============================================
+ Coverage     60.91%   62.31%   +1.40%     
- Complexity      229      234       +5     
============================================
  Files            15       15              
  Lines          2070     2070              
  Branches        315      315              
============================================
+ Hits           1261     1290      +29     
+ Misses          625      599      -26     
+ Partials        184      181       -3     
Flag Coverage Δ
libunittests 62.31% <ø> (+1.40%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@compscidr compscidr merged commit ad7634d into main Dec 23, 2025
3 checks passed
@renovate renovate bot deleted the renovate/com.gradleup.nmcp.aggregation-1.x branch December 23, 2025 19:00
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.

2 participants