You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
When publishing to Maven Central, redundant checksum files are now excluded by default: checksums of .asc
signature files (gradle/gradle#20232) and the sha256/sha512
checksums, which are never read by Gradle or Maven Central. The published checksums can be configured through checksums(...) in the DSL or the mavenCentralChecksums Gradle property (default md5,sha1). Signature checksum
exclusion can be controlled through excludeSignatureChecksums() or the mavenCentralExcludeSignatureChecksums
Gradle property.
Maven Central deployment id is being logged after upload.