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:
|
publishAllChecksums = project.provider { false } |
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.