GitHub user ikysil opened a pull request:
https://github.com/apache/incubator-netbeans/pull/61
Repair build failure due to binary hash not matching the updated coorâ¦
â¦dinates.
[downloadbinaries] Downloading:
http://central.maven.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
BUILD FAILED
incubator-netbeans/nbbuild/build.xml:1094: Download of
http://central.maven.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
produced content with hash DA3584329A263616E277E15462B387ADDD1B208D when
0D7D8ABA0D11E8CD2F775F47CD3A6CFBF2837DA4 was expected
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ikysil/incubator-netbeans
build-fails-due-to-incorrect-binary-hash
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-netbeans/pull/61.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #61
----
commit 852b33738287ade73557b90dd7b32cc35c1c99b0
Author: Illya Kysil <[email protected]>
Date: 2017-10-04T18:02:42Z
Repair build failure due to binary hash not matching the updated
coordinates.
[downloadbinaries] Downloading:
http://central.maven.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
BUILD FAILED
incubator-netbeans/nbbuild/build.xml:1094: Download of
http://central.maven.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
produced content with hash DA3584329A263616E277E15462B387ADDD1B208D when
0D7D8ABA0D11E8CD2F775F47CD3A6CFBF2837DA4 was expected
----
---