### What feature do you want to see added? When using the `com.gradleup.nmcp` plugin, there's currently no way to configure `publishAllChecksums` to be `true` because it's hard-coded as `false`: https://github.com/GradleUp/nmcp/blob/92e0f77b8b2d7fb57a326d0984561ec3f7281325/nmcp/src/main/kotlin/nmcp/internal/DefaultNmcpExtension.kt#L81 Could you please add an option to `NmcpExtension` for configuring it? ### Upstream changes Recent introduction of checksum filtering ### Are you interested in contributing this feature? Yes, I could do that if you agree this is the right solution.
What feature do you want to see added?
When using the
com.gradleup.nmcpplugin, there's currently no way to configurepublishAllChecksumsto betruebecause it's hard-coded asfalse:nmcp/nmcp/src/main/kotlin/nmcp/internal/DefaultNmcpExtension.kt
Line 81 in 92e0f77
Could you please add an option to
NmcpExtensionfor configuring it?Upstream changes
Recent introduction of checksum filtering
Are you interested in contributing this feature?
Yes, I could do that if you agree this is the right solution.