Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2025

This PR contains the following updates:

Package Change Age Confidence
com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin 1.0.1 -> 1.4.0 age confidence

Release Notes

gradleup/nmcp (com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin)

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

v1.2.0

Bunch of fixes + you can now call nmcpPublishAggregationToMavenLocal to verify your publishing process and/or test locally.

All Changes

v1.1.0

This version uploads SNAPSHOTs publications in parallel by default (inside a single publication, files are still uploaded serially, which means this is only useful for multi-publications uploads).

On the Apollo Kotlin repo, this made the snapshot CI workflow down to ~30min from ~1h previously.

If you notice any issue, you can roll back to the previous behaviour with uploadSnapshotsParallelism:

nmcpAggregation {
  centralPortal {
     uploadSnapshotsParallelism.set(1)
  }
}

You may also experiment with different values of parallelism (current default is 8). If you do, let us know your findings!

All changes

v1.0.3

Compatibility with isolated projects alongside a few UX improvements.

All changes

  • Add description to the tasks so that they are visible in ./gradlew --tasks nmcp in GradleUp#160
  • Compatibility with isolated projects nmcp in GradleUp#164
  • Better error message on missing credentials nmcp in GradleUp#167
  • Hide nmcpClient nmcp in GradleUp#168
  • Check that publishingType has a valid value nmcp in GradleUp#169
  • Improve the error message on publishing errors nmcp in GradleUp#149
  • Add NmcpExtension.extraFiles() nmcp in GradleUp#170
  • Bump compat-patrouille nmcp in GradleUp#172

v1.0.2


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:com.gradleup.nmcp.gradle.plugin to v1.0.2 Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.0.3 Aug 10, 2025
@renovate renovate bot changed the title Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.0.3 Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.1.0 Aug 20, 2025
@renovate renovate bot changed the title Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.1.0 Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.2.0 Sep 29, 2025
@renovate renovate bot changed the title Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.2.0 Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.2.1 Nov 14, 2025
@renovate renovate bot changed the title Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.2.1 Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.3.0 Nov 17, 2025
@renovate renovate bot changed the title Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.3.0 Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.4.0 Dec 23, 2025
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.

1 participant