Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.4.4#163
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin to v1.4.4#163renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
539a7c9 to
f7c2af6
Compare
f7c2af6 to
17f6c8b
Compare
17f6c8b to
8140e56
Compare
8140e56 to
86f15a5
Compare
86f15a5 to
22e60a4
Compare
22e60a4 to
4eae01d
Compare
4b76796 to
87c267a
Compare
87c267a to
77d4ef0
Compare
77d4ef0 to
ddc1e11
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.1→1.4.4Release Notes
gradleup/nmcp (com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin)
v1.4.42026-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.32026-01-02
Version 1.4.3 adds
NmcpAggregationExtension.allowDuplicateProjectNames(#239) as an escape hatch for the duplicate name check (#233)v1.4.22025-12-31
Version 1.4.2 fixes for snapshots returning 400 on XML 1.1 and handles some configuration errors more gracefully.
👷♂️ All changes
NmcpAggregationExtension.localRepository()GradleUp#234v1.4.12025-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
v1.4.0Nmcp can now be 100% configured from
settings.gradle[.kts]: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
allFilesnmcp GradleUp#218v1.3.0Enable classloader isolation to fix issues such as #210.
v1.2.1A few fixes mostly around the settings plugin + fixed the publishing timeout.
All Changes
v1.2.0Bunch of fixes + you can now call
nmcpPublishAggregationToMavenLocalto verify your publishing process and/or test locally.All Changes
v1.1.0This 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.3Compatibility with isolated projects alongside a few UX improvements.
All changes
./gradlew --tasksnmcp in GradleUp#160publishingTypehas a valid value nmcp in GradleUp#169v1.0.2DisplayNameTestwith a more robustFindDeploymentNameTestby @SimonMarquis in GradleUp#151./gradlew tasksnmcp in GradleUp#156Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.