Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I think you could tell your resolver to ignore checksums by setting the property to an empty String.</p> <p><a href="http://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html" rel="nofollow noreferrer">http://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html</a></p> <p>Or you could define it globally by setting the attribute ivy.checksums to "":</p> <p>From the Documentation (<a href="http://ant.apache.org/ivy/history/latest-milestone/concept.html#checksum" rel="nofollow noreferrer">http://ant.apache.org/ivy/history/latest-milestone/concept.html#checksum</a>):</p> <blockquote> <p>For the moment Ivy supports the md5 and sha1 algorithms.</p> <p>The configuration of using md5 and/or sha1 can be done globally or by dependency resolver. Globally, use the ivy.checksums variable to list the check to be done (only md5 and sha1 are supported). On each resolver you can use the checksums attribute to override the global setting.</p> <p>The setting is a comma separated list of checksum algorithms to use. During checking (at download time), the first checksum found is checked, and that's all. This means that if you have a "sha1, md5" setting, then if ivy finds a sha1 file, it will compare the downloaded file sha1 against this sha1, and if the comparison is ok, it will assume the file is ok. If no sha1 file is found, it will look for an md5 file. If none is found no checking is done. During publish, all listed checksum algorithms are computed and uploaded.</p> <p>By default checksum algorithms are "sha1, md5".</p> <p>If you want to change this default, you can set the variable ivy.checksums. Hence, to disable checksum validation you just have to set ivy.checksums to "".</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload