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
which fails, as github does not provide the virtual .sha1 file extension
cd Recaf
mvn org.nixos.mvn2nix:mvn2nix-maven-plugin:mvn2nix
[ERROR] Failed to execute goal org.nixos.mvn2nix:mvn2nix-maven-plugin:1.2.0:mvn2nix (default-cli) on project recaf: Downloading SHA-1 for com.sun:tools:jar:8.0: resource missing at https://github.com/Col-E/jdk-tools-mirror/raw/master/repository/com/sun/tools/8.0/tools-8.0.jar.sha1, status: 404 Not Found
when mvn2nix sees a url like https://github.com/Col-E/jdk-tools-mirror/raw/master/repository/com/sun/tools/8.0/tools-8.0.jar
it should also resolve master to the commit hash
when building recaf, mvn2nix is trying to download
which fails, as github does not provide the virtual
.sha1
file extensionlooking at github's http headers ...
sadly, github's
etag
is not a standard checksumchecksums
solutions
download the file, get the sha1/sha256 checksum
when mvn2nix sees a url like
https://github.com/Col-E/jdk-tools-mirror/raw/master/repository/com/sun/tools/8.0/tools-8.0.jar
it should also resolve
master
to the commit hashfetch the git blob hash from the github api
The text was updated successfully, but these errors were encountered: