Skip to content

Commit 3938422

Browse files
committed
Use 'md5' instead of 'sha256' for unsigned artifacts (temp. solution)
This tricks Renovate into not attempting to update the verification metadata file.
1 parent b781782 commit 3938422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@
143143
<components>
144144
<component group="org.asciidoctor" name="asciidoctor-gradle-base" version="4.0.5">
145145
<artifact name="asciidoctor-gradle-base-4.0.5.jar">
146-
<sha256 value="3b0a5c953c98977da3cec1bfd66c0f7438e3e07c06bda00abae8c53e4dd2185a" origin="Downloaded the file from https://plugins.gradle.org/m2/org/asciidoctor/asciidoctor-gradle-base/4.0.5 and generated the checksum locally" reason="Artifact is not signed"/>
146+
<md5 value="64435768c6cb3a803af61ea632f0bd93" origin="Downloaded the file from https://plugins.gradle.org/m2/org/asciidoctor/asciidoctor-gradle-base/4.0.5 and generated the checksum locally" reason="Artifact is not signed"/>
147147
</artifact>
148148
</component>
149149
<component group="org.asciidoctor" name="asciidoctor-gradle-jvm" version="4.0.5">
150150
<artifact name="asciidoctor-gradle-jvm-4.0.5.jar">
151-
<sha256 value="3e020e7f350cb6ff2658ff124ea63d42da3dacf6da3b71efe4c7670413369ce9" origin="Downloaded the file from https://plugins.gradle.org/m2/org/asciidoctor/asciidoctor-gradle-jvm/4.0.5 and generated the checksum locally" reason="Artifact is not signed"/>
151+
<md5 value="46c3fea67502a15834e020f185775c60" origin="Downloaded the file from https://plugins.gradle.org/m2/org/asciidoctor/asciidoctor-gradle-jvm/4.0.5 and generated the checksum locally" reason="Artifact is not signed"/>
152152
</artifact>
153153
</component>
154154
</components>

0 commit comments

Comments
 (0)