As a result gradle (with verify-signatures on and gradlePluginPortal(); mavenCentral() repos) downloads artefact (.jar) from https://plugins.gradle.org, downloads signature (.asc) from https://repo1.maven.org (because plugins.gradle.org doesn't have a signature) and finish any task with error "signature didn't match".
Expected
Checksums of the same artifact in different repositories supposed to be the same.
Additional context
Similar behaviour for 1.4.3.
Similar behaviour might be not only for jar files, but also for .pom, .module, etc. files (haven't checked)
Describe the bug It looks like publication bug.
Checksums are different for: https://plugins.gradle.org/m2/org/jetbrains/compose/compose-gradle-plugin/1.5.3/compose-gradle-plugin-1.5.3.jar https://repo1.maven.org/maven2/org/jetbrains/compose/compose-gradle-plugin/1.5.3/compose-gradle-plugin-1.5.3.jar
As a result gradle (with
verify-signatures
on andgradlePluginPortal(); mavenCentral()
repos) downloads artefact (.jar) from https://plugins.gradle.org, downloads signature (.asc) from https://repo1.maven.org (becauseplugins.gradle.org
doesn't have a signature) and finish any task with error "signature didn't match".Affected platforms
To Reproduce
Checksums are different:
Expected Checksums of the same artifact in different repositories supposed to be the same.
Additional context Similar behaviour for 1.4.3. Similar behaviour might be not only for jar files, but also for .pom, .module, etc. files (haven't checked)