Skip to content

Update plugin nmcp to v0.1.5 #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.gradleup.nmcp 0.0.9 -> 0.1.5 age adoption passing confidence

Release Notes

gradleup/nmcp (com.gradleup.nmcp)

v0.1.5

Fix for publishing snapshots.

Publishing proper SNAPSHOTs requires computing the timestamps and build number locally, which wasn't done in 0.1.4 (the contents of the zip where just plainly uploaded). 0.1.5 falls back to maven-publish to provide a workaround until the proper logic is implemented.

As a consequence, it's not possible as of today to publish the snapshots from the aggregation project because it typically does not apply maven-central. If you are using an aggregation, you should configure your Central Portal credentials in each subproject and call publishAllPublicationsToCentralSnapshots

./gradlew publishAllPublicationsToCentralSnapshots

This limitation will be lifted in a future version.

What's Changed

Full Changelog: GradleUp/nmcp@v0.1.4...v0.1.5

v0.1.4

What's Changed

Full Changelog: GradleUp/nmcp@v0.1.3...v0.1.4

v0.1.3

What's Changed

Full Changelog: GradleUp/nmcp@v0.1.2...v0.1.3

v0.1.2

No behaviour change.

This version publishes the plugin marker for com.gradleup.nmcp.aggregation (#​48)

v0.1.1

Technical release to remove a dependency on the GradleUp snapshots repository.

This release is also the first release of Nmcp made using Nmcp.

v0.1.0

Split the plugin in two separate plugins:

  • com.gradleup.nmcp creates a zip${publicationName.capitalized()}Publication and publish${publicationName.capitalized()}PublicationToCentralPortal task for each publication
    • publish${publicationName.capitalized()}PublicationToCentralPortal can be used to publish an individual publication to the central portal. If using this, you need to configure the centralPortal {} block.
    • The output of zip${publicationName.capitalized()}Publication is registered as an outgoing artifact so that the aggregation plugin can collect the files from all projects.
  • com.gradleup.nmcp.aggregation can aggregate all zips from several projects and upload them in a single deployment to the central portal.

See the README for more instructions

Other changes:

  • The default publicationType is now "AUTOMATIC", make sure to set it to "USER_MANAGED" if you want to manually confirm releases.
  • NmcpSpec.endpoint is replaced by NmcpSpec.baseUrl.
  • NmcpSpec.publicationType is renamed NmcpSpec.publishingType.

Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, 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 enabled auto-merge May 26, 2025 03:27
Copy link
Contributor

😔 JUnit failed

Passed Failed Skipped
✅ 0 ❌ 0 ⚠️ 0

You can see the report here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants