mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"version": "0.7.0",
|
|
"description": "The Maven (mvn) Daemon is based on GraalVM and allows for faster Maven builds.",
|
|
"homepage": "https://github.com/mvndaemon/mvnd",
|
|
"license": "Apache-2.0",
|
|
"notes": [
|
|
"Maven requires a properly configured JAVA_HOME environment variable.",
|
|
"If you see a message that VCRUNTIME140.dll was not found, you need to install vcredist2019",
|
|
"See https://github.com/oracle/graal/issues/1762 for more information."
|
|
],
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
],
|
|
"vcredist": "extras/vcredist2019"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mvndaemon/mvnd/releases/download/0.7.0/mvnd-0.7.0-windows-amd64.zip",
|
|
"hash": "43d80dbf45c13bdef2cda7d3f4e94b4058c8239b75b6e251dc685de07798455b",
|
|
"extract_dir": "mvnd-0.7.0-windows-amd64"
|
|
}
|
|
},
|
|
"env_add_path": "bin",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mvndaemon/mvnd/releases/download/$version/mvnd-$version-windows-amd64.zip",
|
|
"extract_dir": "mvnd-$version-windows-amd64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|